#2

It's very simple:
pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerHealth(playerid, 999999.000);
    SetTimerEx("DisableGod", *SEC*, false, "i", playerid);

    return 1;
}

public DisableGod(playerid) return SetPlayerHealth(playerid, 100.000);
Reply


Messages In This Thread
Help - by Windrush - 15.09.2012, 09:48
Re: Help - by Roach_ - 15.09.2012, 09:52
Re: Help - by Windrush - 15.09.2012, 10:01
Re: Help - by Roach_ - 15.09.2012, 10:02

Forum Jump:


Users browsing this thread: 1 Guest(s)