How do I set all car's numberplate to something? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How do I set all car's numberplate to something? (
/showthread.php?tid=463931)
How do I set all car's numberplate to something? -
ExtendedCarbon - 14.09.2013
I've got
SetVehicleNumberPlate(MAX_VEHICLES, "ServerName");
Re: How do I set all car's numberplate to something? -
Dragonsaurus - 14.09.2013
pawn Код:
for(new i = 0; i < MAX_VEHICLES; i++)
{
SetVehicleNumberPlate(i, "Server Name");
}
Is there a way to detect when a player hits another? -
ExtendedCarbon - 14.09.2013
-e wrong post