PLayer ID Undefined under this callback? Any alternatives?
#3

pawn Код:
forward HealthCheck(playerid);

public HealthCheck(playerid)
{
    new Float:Health;
    GetPlayerHealth(playerid,Health);
    if(Health < 10) SetPlayerSkin(playerid,137);
    return 1;
}
Reply


Messages In This Thread
PLayer ID Undefined under this callback? Any alternatives? - by Shockey HD - 21.07.2011, 22:01
Re: PLayer ID Undefined under this callback? Any alternatives? - by MadeMan - 21.07.2011, 22:02
Re: PLayer ID Undefined under this callback? Any alternatives? - by =WoR=Varth - 22.07.2011, 01:40

Forum Jump:


Users browsing this thread: 1 Guest(s)