15.02.2012, 12:02
When player stand on sky at z = 5000(Height) I want to check when player stay that player to death.
new Float
,Float:y,Float:z;
GetPlayerPos(playerid, x, y, z);
if(PlayerInfo[playerid][z] > 5000)
{
SetPlayerHealth(playerid, 0);
}
How I do it, Please help me thank you, Sorry my language :')
new Float

GetPlayerPos(playerid, x, y, z);
if(PlayerInfo[playerid][z] > 5000)
{
SetPlayerHealth(playerid, 0);
}
How I do it, Please help me thank you, Sorry my language :')