OK. how the heck do i make custom vehicles available for others to download and use in server?
You need to place the custom vehicles in your store/vehicles/ in your script folder.
http://forum.vc-mp.org/?topic=975
Read that topic.
Let me say.
Put the vehicle in the folder
@Mashreq mentioned.
Then, if you want it in server, you can get it using CreateVehicle.
IDs starts from 6400
copy and paste at Store/Vehicles in your script. and use custom vehicle ID to spawn car :)
Thats just the thing i dont know the ID OF THE CUSTOM CAR
@Ultimatejugo which custom vehicle u have??
Quote from: Williams on Dec 18, 2015, 01:29 PM@Ultimatejugo which custom vehicle u have??
VC SupaComet
Ok but i don't know this vehicle ID
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(6400, 1, Vector(-363.606292724609, -524.068786621094, 12.6005363464355), 0.1268, 20, 20);
Either you can use
@KAKAN,s cmd but that will disappear after restarting server
else if ( cmd == "cbike" )
{
CreateVehicle( 6400, player.World, Vector(player.Pos.x, player.Pos.y, player.Pos.z), 0, 12, 13 );
}
Quote from: Anik on Dec 20, 2015, 05:52 AMJust 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(6400, 1, Vector(-363.606292724609, -524.068786621094, 12.6005363464355), 0.1268, 20, 20);
Either you can use @KAKAN,s cmd but that will disappear after restarting server
else if ( cmd == "cbike" )
{
CreateVehicle( 6400, player.World, Vector(player.Pos.x, player.Pos.y, player.Pos.z), 0, 12, 13 );
}
Wait what, when did I release that type of cmd?
Quote from: KAKAN on Dec 20, 2015, 06:04 AMQuote from: Anik on Dec 20, 2015, 05:52 AMJust 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(6400, 1, Vector(-363.606292724609, -524.068786621094, 12.6005363464355), 0.1268, 20, 20);
Either you can use @KAKAN,s cmd but that will disappear after restarting server
else if ( cmd == "cbike" )
{
CreateVehicle( 6400, player.World, Vector(player.Pos.x, player.Pos.y, player.Pos.z), 0, 12, 13 );
}
Wait what, when did I release that type of cmd?
Sorrry it was not you. It was @Kusanagis But the topic was yours. http://forum.vc-mp.org/index.php?topic=1120.0