27.12.2010, 13:43
After you created the vehicles use only.
and will be something like this:
Code:
for(new i=1; i<MAX_VEHICLES; i++) { SetVehicleNumberPlate(i, "WWW.SA-MP.COM"); }
Code:
public OnGameModeInit() { //stuff //stuff //...... //vehicles - AddStaticVehicle(Ex), CreateVehicle for(new i=1; i<MAX_VEHICLES; i++) { SetVehicleNumberPlate(i, "WWW.SA-MP.COM"); } }