new string[16];for(new i=0; i<MAX_VEHICLES; i++) format(string, sizeof(string), \"CWS %d\", i), SetVehicleNumberPlate(i, string);
ezt hova rakjam?xD
new string[16];for(new i=0; i<MAX_VEHICLES; i++) format(string, sizeof(string), \"CWS %d\", i), SetVehicleNumberPlate(i, string); Nem tudom hogy mûködik-e
new string[16]; for(new i=0; i<MAX_VEHICLES; i++) { format(string, sizeof(string), \"CWS %d\", i); SetVehicleNumberPlate(i, string); SetVehicleToRespawn(i);}