Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Coolkid on Feb 07, 2016, 02:02 AM

Title: Hydra mod
Post by: Coolkid on Feb 07, 2016, 02:02 AM
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]
Title: Re: Hydra mod
Post by: MatheuS on Feb 07, 2016, 03:08 AM
good... but the hydra has always been present since the beta phase ::)
Title: Re: Hydra mod
Post by: KAKAN on Feb 07, 2016, 06:04 AM
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?
Title: Re: Hydra mod
Post by: [VM_U]Spectra.PhantoM^ on Feb 07, 2016, 09:56 AM
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
Title: Re: Hydra mod
Post by: KAKAN on Feb 07, 2016, 05:14 PM
Quote from: Coolkid on Feb 07, 2016, 03:41 PMbut can someone tell me how can i give mvl credit
Genius!
Title: Re: Hydra mod
Post by: KAKAN on Feb 08, 2016, 06:23 AM
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.