How do I create explosion?
#3

Quote:
Originally Posted by DLR
Посмотреть сообщение
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;
I don't want it to explode where the player is at.
I have used /save in-game to save the location of where I want them to be.
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)