27.02.2014, 21:32
Aight, I made a loop under OnGameModeInit, yet it doesn't seem to spawn vehicles. while i made a command with createvehicleex wich creates and makes the files :$
pawn Код:
for(new i = 0; i < MAX_VEHICLES; i ++)
{
LoadVehicle(i);
}