Posts: 417
Threads: 104
Joined: Jul 2011
Reputation:
0
I'v searched but I can not find, On my gamemode I have a command /menu that brings up a menu and from there you can click Vehicles and spawn a vehicle, I'm wondering how to make it so when they spawn a vehicle its plate will be set to SDK
--Thanks in advanced
Posts: 417
Threads: 104
Joined: Jul 2011
Reputation:
0
I'v seen the wiki, that still does not tell me how to make it so when I spawn a vehicle its plate gets changed to SDK
EDIT--I already have the menu to spawn cars.. Custom Created One
Posts: 417
Threads: 104
Joined: Jul 2011
Reputation:
0
That's where I put it but it still did not work.
Posts: 62
Threads: 16
Joined: Feb 2011
Reputation:
0
your command must have a variable inside it to set the id for pawn to use Ex:
new (...)
so inside your command use:
SetVehicleNumberPlate(...,"SDK");
Posts: 206
Threads: 31
Joined: Jul 2010
Reputation:
0
Go to the Menu that spawns the vehicle in your gamemode.
Find BlahBlahBlah = CreateVehicle(blahblahblah);
if you see CreateVehicle without the BlahBlahBlah in front of it
Put SDKVehicle or something else in that matter there and put new SDKVehicle; at the top of your gamemode..
then SetVehicleNumberPlate(BlahBlahBlah, "SDK"); under BlahBlahBlah = CreateVehicle....
*Note*: It may not say BlahBlahBlah it may say something else.
If my above explanation doesn't work or you don't understand what I'm saying... Feel free to add me for additional support via. MSN Desertsoulz@hotmail.com or XFire Desertsoulz