27.08.2013, 10:17
Im creating a system need random timers every 1 an timer work or some thing i created one but the pawno crashed when i compile it
Any idea how to make it work or some thing ?
pawn Код:
Timer:gTimers[60000]( )
{
Timer = 0,
Timer1 = 0,
Timer2 = 0,
Timer3 = 0,
Timer4 = 0;
new RandomTimer = random( 6 );
if( Randomt == 0 ) { Timer( ) ; }
if( RandomTimer == 1 ) { Timer1( ); }
if( RandomTimer == 2 ) { Timer2( ) ; }
if( RandomTimer == 3 ) { Timer3( ) ; }
if( RandomTimer == 4 ) { Timer4() ; }
if( RandomTimer == 5 ) { Timer5() ; }
}