Shouldn't this work?
#1

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


Messages In This Thread
Shouldn't this work? - by iLcke - 17.01.2011, 11:05
Re: Shouldn't this work? - by Hiitch - 17.01.2011, 11:11
Re: Shouldn't this work? - by iLcke - 17.01.2011, 11:17

Forum Jump:


Users browsing this thread: 1 Guest(s)