Timer
#2

Код:
function Start_autorace( )
{
        print("Function Start_autorace invoked");
	LoadRaceNames( ), LoadAutoRace( RaceNames[ random( TotalRaces ) ] );
	return 1;
}
Check it is indeed starting the function, if that works, then check the random that it's obtaining and print that out using printf.
Reply


Messages In This Thread
Timer - by Hunud - 30.12.2017, 13:49
Re: Timer - by Sew_Sumi - 30.12.2017, 14:12
Re: Timer - by TakeiT - 30.12.2017, 14:12
Re: Timer - by Zeth - 30.12.2017, 14:15
Re: Timer - by Hunud - 30.12.2017, 14:25
Re: Timer - by Hunud - 30.12.2017, 15:12
Re: Timer - by rfr - 30.12.2017, 15:41
Re: Timer - by Hunud - 30.12.2017, 15:47
Re: Timer - by Ritzy2K - 30.12.2017, 16:00
Re: Timer - by Hunud - 30.12.2017, 16:36

Forum Jump:


Users browsing this thread: 2 Guest(s)