23.07.2013, 04:29
Quote:
SetTimerEx("ExplodeRepeat", 1000, true, "i", playerid); forward ExplodeRepeat (playerid); public ExplodeRepeat (playerid) { for( new i = 0; i < 500; i++ ) { new float : x, y, z// adjust CreateExplosion( bla bla ); // adjust } } |
assume it into their scripts...