How do I create explosion?
#2

Are you actually at that location though? Test it using this....
pawn Код:
// Get the player's position
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid, x, y, z);
 
    // Create an explosion at the player's position
    CreateExplosion(x, y, z, 12, 10.0);
 
    return 1;
Reply


Messages In This Thread
How do I create explosion? - by danielpalade - 03.04.2016, 03:39
Re: How do I create explosion? - by DLR - 03.04.2016, 03:46
Re: How do I create explosion? - by danielpalade - 03.04.2016, 03:55
Re: How do I create explosion? - by DLR - 03.04.2016, 04:02

Forum Jump:


Users browsing this thread: 1 Guest(s)