03.04.2016, 03:46
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;