SetVehicleNumberPlate, Help!
#1

Hello, I want to add number plate on the car (ID:516), but it's not working. So, can you help me, please?
CAR creating:
CreateVehicle(516, -614.7174, 483.8892, 2.0671, 102.0000, 0, 0, 300);
Reply
#2

Here you go:
PHP код:
new vehicleid CreateVehicle(516, -614.7174483.88922.0671102.000000300); 
SetVehicleNumberPlate(vehicleid"ABCD 123"); //change the ABCD 123 to whatver license you want. 
Reply
#3

thats not ID, thats the model id.


@Ace155 correct
Reply
#4

You can put this in OnGameModeInit:

Код:
new MySpeciaCar;
MySpecialCar = CreateVehicle(516, -614.7174, 483.8892, 2.0671, 102.0000, 0, 0, 300);
SetVehicleNumberPlate(MySpecialCar, "LOLOLOL");
Reply
#5

Quote:
Originally Posted by Ace155
Посмотреть сообщение
Here you go:
PHP код:
new vehicleid CreateVehicle(516, -614.7174483.88922.0671102.000000300); 
SetVehicleNumberPlate(vehicleid"ABCD 123"); //change the ABCD 123 to whatver license you want. 
Now this work. Maybe, before I write too long number
Btw, thanks! :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)