Some Help With /Fire
#2

Код:
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);	
}
}
}
Here man try something with this im sure it helps u if u still need things after this i help u tomorow i need 2 go im in a rush...
Reply


Messages In This Thread
Some Help With /Fire - by splitx - 09.02.2008, 21:48
Re: Some Help With /Fire - by EnerG - 17.02.2009, 19:02

Forum Jump:


Users browsing this thread: 1 Guest(s)