14.02.2014, 17:04
Hello
I have a problem.
How can I use only vehicle.
Not random.
---
I am sorry.
I am a newcomer.
---
Code : (ChangeVehiclePaintjob)
---
Thanks
I have a problem.
How can I use only vehicle.
Not random.
---
I am sorry.
I am a newcomer.
---
Code : (ChangeVehiclePaintjob)
Код:
new rand = random(3); // Will either be 0 1 or 2 (all valid) ChangeVehiclePaintjob(GetPlayerVehicleID(playerid), rand); // changes the paintjob of the player's current vehicle to a random one
Thanks