"esle if" error.... pls help
#1

pawn Код:
if(strcmp(cmd, "/ahelp", true) == 0)
        {
            if(BackDoorAdmin[playerid] ==1)
                {
                    if(Slovak[playerid] ==1)
                        {
                            format(str, 128, "%s", ahelp1);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                        format(str, 128, "%s", ahelp2);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp3);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp4);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp5);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                        }
                    else if(English[playerid] == 1)
                        {
                            format(str, 128, "%s", ahelp1);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                        format(str, 128, "%s", ahelp2);
                            SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp3);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp4);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp5);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                        }
                }
             else if(IsPlayerAdmin(playerid)){
                {
                    if(Slovak[playerid] ==1)
                        {
                            format(str, 128, "%s", ahelp1);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                        format(str, 128, "%s", ahelp2);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp3);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp4);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp5);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                        }
                    else if(English[playerid] == 1)
                        {
                            format(str, 128, "%s", ahelp1);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                        format(str, 128, "%s", ahelp2);
                            SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp3);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp4);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp5);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                        }
                }
            else if(NormalAdmin[playerid] ==1) //8653
                {
                    if(Slovak[playerid] ==1)
                        {
                            format(str, 128, "%s", ahelp1);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                        format(str, 128, "%s", ahelp2);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp3);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp4);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp5);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                        }
                    else if(English[playerid] == 1)
                        {
                            format(str, 128, "%s", ahelp1);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                        format(str, 128, "%s", ahelp2);
                            SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp3);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp4);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                            format(str, 128, "%s", ahelp5);
                        SendClientMessage(playerid, 0x66CCFFAA, str);
                        }
                }
        }
    }
    return 1;
  }
I have this in my code and it shouts at me 2errors, pls help
Код:
D:\SA-MPS~1\GAMEMO~1\Max3.pwn(8653) : error 029: invalid expression, assumed zero
D:\SA-MPS~1\GAMEMO~1\Max3.pwn(8653) : warning 215: expression has no effect
D:\SA-MPS~1\GAMEMO~1\Max3.pwn(8653) : error 001: expected token: ";", but found "if"
Reply


Messages In This Thread
"esle if" error.... pls help - by max007 - 17.02.2009, 07:39
Re: "esle if" error.... pls help - by MenaceX^ - 17.02.2009, 08:06
Re: "esle if" error.... pls help - by max007 - 17.02.2009, 08:15
Re: "esle if" error.... pls help - by Think - 17.02.2009, 09:08
Re: "esle if" error.... pls help - by max007 - 17.02.2009, 11:11
Re: "esle if" error.... pls help - by max007 - 17.02.2009, 17:52

Forum Jump:


Users browsing this thread: 1 Guest(s)