23.07.2013, 04:38
Exactly.
Here the whole thing, so you cant become confused:
Here the whole thing, so you cant become confused:
Quote:
SetTimerEx("ExplodeRepeat", 1000, true, "i", playerid); forward ExplodeRepeat (playerid); public ExplodeRepeat (playerid) { for( new i = 0; i < 500; i++ ) { new Float: x, Float: y, Float: z ; GetPlayerPos( playerid, x, y, z ); CreateExplosion(x, y, z, 11, 25.0) } } |