26.11.2013, 22:39
Thought I should update you.
I filled the ongamemodeinit with print messages. It stopped at this code:
This is the fixed version but before, the sizeof(); had the wrong array specified (Copy and paste for you)...-.-
Everyones help - much appreciated!
I filled the ongamemodeinit with print messages. It stopped at this code:
Код:
for(new x;x<sizeof(TruckerVehicles);x++) //THIS LINE { format(string, sizeof(string), "Coon %d", TruckerVehicles[x]); SetVehicleNumberPlate(TruckerVehicles[x], string); SetVehicleToRespawn(TruckerVehicles[x]); }
Everyones help - much appreciated!