i thought of giving hydra mod made by [MVL] to all many people feel it dificult to make
Just copy and paste your custom vehicle in store/vehicles/ . Make sure the id starts with 6400. Now Copy and paste this code in onScriptLoad . It will create a vehicle near mansion.
CreateVehicle(6420, 1, Vector(-363.606292724609, -524.068786621094, 12.6005363464355), 0.1268, 20, 20);
Either you can use cmd but that will disappear after restarting server
else if ( cmd == "hydra" )
{
CreateVehicle( 6420, player.World, Vector(player.Pos.x, player.Pos.y, player.Pos.z), 0, 12, 13 );
}
Hydra.7z](https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Ffiles.thijn.ovh%2Fimg%2Fa937e9e6deeff4f031d3c86aeedb8850%2Fv6420_t0_p2_%255BMVL%255D%2520Hydra.7z&hash=1b246550746dd8245188de3f361909c895a682c9) (http://files.thijn.ovh/download/a937e9e6deeff4f031d3c86aeedb8850/v6420_t0_p2_%5BMVL)
http://files.thijn.ovh/download/a937e9e6deeff4f031d3c86aeedb8850/v6420_t0_p2_[MVL] Hydra.7z
[spoiler]Thanks to KAKAN i was having problem making hydra work on my server lol so i was seeing kakans post and i found out how to make it thanks KAKAN[/spoiler]
good... but the hydra has always been present since the beta phase ::)
Quote from: kidThanks to KAKAN i was having problem making hydra work on my server lol so i was seeing kakans post and i found out how to make it thanks KAKAN
When did I lol?
gr8 for newbies. but finch did that cmd already. but i guess people(by that i dont mean u) dont search the forum much so its good. ALSO... the car will appear in the middle of the player a bike wont be a problem but player would get rlly stuck in a car so a fix would be like.
else if ( cmd == "hydra" )
{
CreateVehicle( 6420, player.World, Vector(player.Pos.x, player.Pos.y+3, player.Pos.z), 0, 12, 13 );
}
here player.Pos.y is modified to player.Pos.y+3 now the player wont be stuck
Quote from: Coolkid on Feb 07, 2016, 03:41 PMbut can someone tell me how can i give mvl credit
Genius!
Quote from: Coolkid on Feb 07, 2016, 08:59 PMlolwhen i sit in hydra it soesnt give name of its maker example when i sit in lw hydra it say mwlmod
Genius!( from the last )
Well, you need to edit the XML file in that zip or 7z file.