How to make?
#1

Hey how to make plate number i mean
all the cars in the server shll be

PPFS
how to do this with one script?
is that possible?
Reply
#2

Just check this: https://sampwiki.blast.hk/wiki/SetVehicleNumberPlate

pawn Код:
for(new v = 0; v < MAX_VEHICLES; v++)
{
SetVehicleNumberPlate(v, "PPFS");
SetVehicleToRespawn(v);
}
Simple, isn't it?
Reply
#3

Quote:
Originally Posted by Don Correlli
Just check this: https://sampwiki.blast.hk/wiki/SetVehicleNumberPlate

pawn Код:
for(new v = 0; v < MAX_VEHICLES; v++)
{
SetVehicleNumberPlate(v, "PPFS");
SetVehicleToRespawn(v);
}
Simple, isn't it?
wow lol easy thank you
Reply
#4

You're welcome.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)