17.01.2011, 11:05
After a big break from scripting, I had a great start on this new script, untill this happens.
The vehicles plate doesn't get set, but shouldn't this work?
pawn Код:
public OnVehicleSpawn(vehicleid)
{
for(new i = 0; i < MAX_VEHICLES; i++)
{
SetVehicleNumberPlate(i, "OutStanding");
SetVehicleToRespawn(i);
}
return 1;
}