21.04.2010, 19:25
yeh i got it fixed now but it doesnt tele to location i want when hp 20
public OnPlayerUpdate(playerid)
{
if(HealthAmount == 20)
{
SetPlayerPos(playerid, 0.0, 0.0, 0.0);
}
return 1;
}
public OnPlayerUpdate(playerid)
{
if(HealthAmount == 20)
{
SetPlayerPos(playerid, 0.0, 0.0, 0.0);
}
return 1;
}