Health/timer problem
#5

That's odd. I wonder if something else in that timer is causing an issue... Mind posting the full thing?

See if this works either way, though:

pawn Код:
public SmallTimer(playerid)
{
    if(Raped[playerid] == true)
    {
        new
            Float:H,
            Float:R = 0.1
        ;

        GetPlayerHealth(playerid, H);
        SetPlayerHealth(playerid, H-R);
    }
    return 1;
}
Reply


Messages In This Thread
Health/timer problem - by thefatshizms - 20.03.2013, 19:03
Re: Health/timer problem - by Patrick - 20.03.2013, 19:11
Re: Health/timer problem - by thefatshizms - 20.03.2013, 19:18
Re: Health/timer problem - by Joshman543 - 20.03.2013, 22:13
Re: Health/timer problem - by Scenario - 20.03.2013, 22:45

Forum Jump:


Users browsing this thread: 1 Guest(s)