Still not fixed
#1

Hey guys. I have a script and two Textdraws should show up.
But one of them works.

pawn Код:
public energytimer()
{
    for(new i; i<MAX_PLAYERS; i++)
    {
        new Float:health;
        GetPlayerHealth(i,health);
        if(energy[i]>=5)
        {
            SetPlayerHealth(i,energy[i]-5);
            TextDrawShowForPlayer(i,noenergy[0]);
            TextDrawShowForPlayer(i,noenergy[1]);
        }
        else
        {
           
        }
    }
    return 1;
}
Please help.

I want both of them to show up
Reply


Messages In This Thread
Still not fixed - by bartje01 - 08.01.2011, 13:14
Re: Still not fixed - by bartje01 - 08.01.2011, 14:52
Re: Still not fixed - by Mauzen - 08.01.2011, 15:06
Re: Still not fixed - by bartje01 - 08.01.2011, 15:10
Re: Still not fixed - by Kwarde - 08.01.2011, 15:16
Re: Still not fixed - by bartje01 - 08.01.2011, 18:17
Re: Still not fixed - by Kwarde - 08.01.2011, 18:20
Re: Still not fixed - by Backwardsman97 - 08.01.2011, 18:27
Re: Still not fixed - by bartje01 - 08.01.2011, 22:17
Re: Still not fixed - by Joe Staff - 08.01.2011, 22:38

Forum Jump:


Users browsing this thread: 1 Guest(s)