04.04.2014, 15:01
So, this will be called by a timer for starting a new random race automatically.
The errors are
pawn Код:
function StartNewRace()
{
if(RaceBusy == 0)
{
LoadRaceNames();
LoadRace(RaceNames[random(TotalRaces)]); // LINE 2548
}
return 1;
}
Код:
C:\Users\Matt\Desktop\samp03z_svr_R1_win32\gamemodes\istunting.pwn(2548) : error 035: argument type mismatch (argument 1) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase