Problem with max Health
#3

Don't make 2xPosts, wait !

Код:
public OnPlayerUpdate( playerid )
{
    new Float:lfHealth;
    GetPlayerHealth( playerid, lfHealth );
    if( lfHealth > 100.0 )
        SetPlayerHealth( playerid, 100.0 );

    return 1;
}
Reply


Messages In This Thread
Problem with max Health - by Petricko - 07.03.2012, 18:30
Re: Problem with max Health - by Petricko - 07.03.2012, 19:23
Re: Problem with max Health - by IstuntmanI - 07.03.2012, 19:27

Forum Jump:


Users browsing this thread: 1 Guest(s)