28.11.2010, 19:31
Hello Forum
To add a text to the numberplates of all vehicles needed
Paste to OnGameModeInit()
Screenshot
To add a text to the numberplates of all vehicles needed
Paste to OnGameModeInit()
Код:
for(new i=1; i<MAX_VEHICLES; i++) { SetVehicleNumberPlate(i, "SA-MP.COM"); }