Little Bit of help needed

Started by [VM_U]Spectra.PhantoM^, Dec 18, 2015, 11:51 AM

Previous topic - Next topic

[VM_U]Spectra.PhantoM^

OK. how the heck do i make custom vehicles available for others to download and use in server?
Wanna Talk To Me? Come At Irc #Jugo@LUNet

Mashreq

You need to place the custom vehicles in your store/vehicles/ in your script folder.

KAKAN

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

Williams

copy and paste at Store/Vehicles in your script. and use custom vehicle ID to spawn car :)
Hey, i m always at IRC and Forum you can comtact me at IRC channel :- #GDM @LUNet and Forum :- http://pro-fighter.tk/index.php

[VM_U]Spectra.PhantoM^

#4
Thats just the thing i dont know the ID OF THE CUSTOM CAR
Wanna Talk To Me? Come At Irc #Jugo@LUNet

Williams

@Ultimatejugo which custom vehicle u have??
Hey, i m always at IRC and Forum you can comtact me at IRC channel :- #GDM @LUNet and Forum :- http://pro-fighter.tk/index.php

[VM_U]Spectra.PhantoM^

Wanna Talk To Me? Come At Irc #Jugo@LUNet

KAKAN

oh no

Williams

Ok but i don't know this vehicle ID
Hey, i m always at IRC and Forum you can comtact me at IRC channel :- #GDM @LUNet and Forum :- http://pro-fighter.tk/index.php

Anik

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 );
}

KAKAN

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

Anik

Quote from: KAKAN on Dec 20, 2015, 06:04 AM
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?
Sorrry it was not you. It was @Kusanagis But the topic was yours. http://forum.vc-mp.org/index.php?topic=1120.0