Hydra mod

Started by Coolkid, Feb 07, 2016, 02:02 AM

Previous topic - Next topic

Coolkid

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]

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]

MatheuS

good... but the hydra has always been present since the beta phase ::)
if( !sucess ) tryAgain();
Thanks to the VCMP community. It was the happiest period of my life.

KAKAN

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?
oh no

[VM_U]Spectra.PhantoM^

#3
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
Wanna Talk To Me? Come At Irc #Jugo@LUNet

KAKAN

Quote from: Coolkid on Feb 07, 2016, 03:41 PMbut can someone tell me how can i give mvl credit
Genius!
oh no

KAKAN

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.
oh no