16.03.2017, 20:05
Quote:
I can't tell from your post if it worked or not, but
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); |