Help with vehicle number plate.
#1

Fixed
Reply
#2

https://sampwiki.blast.hk/wiki/SetVehicleNumberPlate
Reply
#3

Fixed!
Reply
#4

Quote:
Originally Posted by Sc0pion
Посмотреть сообщение
Should I do this to each and every vehicles I create?
If you want them the same; no. If you want them different; yes, perform a loop.
Reply
#5

I think you should do something like...

pawn Код:
for(new i; i < MAX_VEHICLES; i++)
{
       SetVehicleNumberPlate(i, "bla");
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)