30.12.2017, 13:49
I'm using Ryder's race sys.
The problem is with the timer, It won't run a random race. Nothing happen. What i am doing wrong ?
OnFilterScriptInit
The problem is with the timer, It won't run a random race. Nothing happen. What i am doing wrong ?
OnFilterScriptInit
Код:
SetTimer("Start_autorace", 60000, true);
Код:
function Start_autorace( )
{
LoadRaceNames( ), LoadAutoRace( RaceNames[ random( TotalRaces ) ] );
return 1;
}


