Posts: 13
Threads: 4
Joined: May 2012
Reputation:
0
Hello!
Can somebody give me function that returns 1 if vehicle has number plate, or 0 if hasn't? I had it long time ago, but now i lost it ;(
Thanks
Posts: 2,262
Threads: 260
Joined: Mar 2009
Reputation:
0
You'd have to make a system for that yourself, it is a simple variable assigned to the vehicle ID.
You could make a custom number plate function, when the plate function is called, set it to one. Such as:
VehiclePlate[vehicleid] = 1;
If it is 0 = No custom plate.
Posts: 13
Threads: 4
Joined: May 2012
Reputation:
0
I need function that checks vehicle model number plate, if vehicle model, like 411 (Infernus) had plate, it returns 1, if that is plane, boat or something other, it returns 0.
Sorry for the misunderstanding, bro.
Posts: 2,593
Threads: 34
Joined: Dec 2007