Timer text showing up twice HELP
#4

Oh, I just noticed that now. Sorry, my mistake.

EDIT:
PHP код:
forward Life(playerid);
public 
Life(playerid)
{
    if(
pInfo[playerid][pLife] == 1)
    {
        if(
pInfo[playerid][pAdmin] == 1
        {
            
SendClientMessage(playeridCOLOR_WHITE"You cant have 1 life point without asking the owner!");
            
TogglePlayerControllable(playerid1);
        }
        else if(
pInfo[playerid][pAdmin] == 0) return SendClientMessage(playeridCOLOR_WHITE"You cant have 1 life point without asking the owner!");
    }
    else
    {
        
SendClientMessage(playeridCOLOR_WHITE"Loaded! you can play now.");
    }
    return 
1;

Reply


Messages In This Thread
Timer text showing up twice HELP - by Danialdano - 09.01.2014, 12:56
Re: Timer text showing up twice HELP - by offon - 09.01.2014, 12:59
Re: Timer text showing up twice HELP - by Danialdano - 09.01.2014, 13:01
Re: Timer text showing up twice HELP - by offon - 09.01.2014, 13:04
Re: Timer text showing up twice HELP - by Danialdano - 09.01.2014, 13:09
Re: Timer text showing up twice HELP - by offon - 09.01.2014, 13:11
Re: Timer text showing up twice HELP - by Danialdano - 09.01.2014, 13:15
Re: Timer text showing up twice HELP - by offon - 09.01.2014, 13:17
Re: Timer text showing up twice HELP - by Danialdano - 09.01.2014, 13:22
Re: Timer text showing up twice HELP - by offon - 09.01.2014, 13:25

Forum Jump:


Users browsing this thread: 3 Guest(s)