Having problem with case.
#1

PHP код:
    if (strcmp("/Medicduty"cmdtexttrue10) == 0)
        {
            {
                if(
GetPlayerTeam(playerid) == TEAM_ME)
                    {
                        if(
IsPlayerInRangeOfPoint(playerid,5.0,-15.3097,-157.6416,1018.7024))
                        
SetPlayerSkin(playerid,274);
                    }
                    else
                    {
                        
SendClientMessage(playerid,0xE00404,"You are not in the medic loker room");
                    }
            }
            else
            {
                
SendClientMessage(playerid,0xE00404,"You are not a medic");
            }
        } 
I am having a problem in this line below
PHP код:
            else
            {
                
SendClientMessage(playerid,0xE00404,"You are not a medic");
            } 
the error is bellow
PHP код:
error 029invalid expressionassumed zero 
Please help.
Reply


Messages In This Thread
Having problem with case. - by TaLhA XIV - 24.07.2012, 15:09
Re: Having problem with case. - by Kindred - 24.07.2012, 15:14
Re: Having problem with case. - by Akira297 - 24.07.2012, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)