Little help about 1 error
#7

Make it look like this :
Код:
CMD:togtips(playerid, params[]) 
{ 
        if(PlayerInfo[playerid][pTips] == 0)
        {
            SendClientMessage(playerid, COLOR_WHITE, " You have toggled the tips {FF9900}off{FFFFFF}."); 
        } 
        else 
        { 
            SendClientMessage(playerid, COLOR_WHITE, " You have toggled the tips {33AA33}on{FFFFFF}."); 
        } 
        return 1; 
}
That should work.
Reply


Messages In This Thread
Little help about 1 error - by barts - 07.01.2014, 11:29
Re: Little help about 1 error - by Lidor124 - 07.01.2014, 11:34
Re: Little help about 1 error - by barts - 07.01.2014, 11:36
Re: Little help about 1 error - by newbie scripter - 07.01.2014, 11:37
Re: Little help about 1 error - by AIped - 07.01.2014, 11:40
Re: Little help about 1 error - by barts - 07.01.2014, 11:45
Re: Little help about 1 error - by pekslaker - 07.01.2014, 11:50
Re: Little help about 1 error - by newbie scripter - 07.01.2014, 13:34

Forum Jump:


Users browsing this thread: 2 Guest(s)