16.03.2017, 19:54
I can't tell from your post if it worked or not, but
Try to change the following code order:
to (also remove the Float tags)
Remove them here aswell:
to:
Try to change the following code order:
Код:
SetPlayerHealth(playerid,0.0); CreateExplosion(Float:x,Float:y,Float:z,0,6.0);
Код:
CreateExplosion(x,y,z,0,6.0); SetPlayerHealth(playerid,0.0);
Код:
GetPlayerPos(playerid,Float:x,Float:y,Float:z);
Код:
GetPlayerPos(playerid,x,y,z);