30.11.2010, 10:58
(
Последний раз редактировалось XePloiT; 30.11.2010 в 12:07.
)
pawn Код:
new str[8];
for(new i=1; i<MAX_VEHICLES; i++)
{
format(str,sizeof(str),"Samp-%d",i);
SetVehicleNumberPlate(i, str);
}
also you have to put it in the end of the OnGameModeInit