17.02.2009, 19:02
Код:
forward Firework(); // on top SetTimer("Firework",2000,0); // in your cmd public Firework() { for(new i = 0; i < MAX_PLAYERS; i++) { SetPlayerPos(i,X,Y,Z); SetPlayerFacingAngle(i,000.000); SetCameraBehindPlayer(i); CreateExplosion(1526.262329, -1346.088379, 402.466187,6,300); } } }