18.09.2011, 19:07
i have it under ongamemodeinit
this is all i have in there to do with plates , im sure someone will correct me if this is wrong
this is all i have in there to do with plates , im sure someone will correct me if this is wrong
pawn Код:
for(new e=1; e<MAX_VEHICLES; e++)
{
SetVehicleNumberPlate(e, "{FFFFFF}Kawasaki");
SetVehicleToRespawn(e);
}