Little help about 1 error
#1

PHP код:
CMD:togtips(playeridparams[])
{
        {
            
PlayerInfo[playerid][pTips] = 0;
            
SendClientMessage(playeridCOLOR_WHITE" You have toggled the tips {FF9900}off{FFFFFF}.");
        }
        else
        {
            
PlayerInfo[playerid][pTips] = 1;
            
SendClientMessage(playeridCOLOR_WHITE" You have toggled the tips {33AA33}on{FFFFFF}.");
        }
        return 
1;

PHP код:
error 029invalid expressionassumed zero 
error line:
PHP код:
else 
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: 1 Guest(s)