Command Errors. Need help.
#1

pawn Код:
COMMAND:acmds(playerid, params[])
{
        if(GetPVarInt(playerid, "PlayerAdminLevel") < 1) return SCM(playerid, COLOR_RED, "You need to be admin to use this command!");
        if(GetPVarInt(playerid, "PlayerAdminLevel") == 1){
        SCM(playerid,-1,""COL_YELLOW"=======Commands=======");
        SCM(playerid,-1,""COL_YELLOW"Level 1:"COL_RED" /say | /(un)freeze | /goto | /[un]mute ");}
        if(GetPVarInt(playerid, "PlayerAdminLevel") == 2){
        SCM(playerid,-1,""COL_YELLOW"=======Commands=======");
        SCM(playerid,-1,""COL_YELLOW"Level 1:"COL_RED" /say | /(un)freeze | /goto | /[un]mute ");}
        SCM(playerid,-1,""COL_YELLOW"Level 2:"COL_RED" /kick | /announce | /bring | /drop | /(un)jail | /spawn | /ip ");
        if(GetPVarInt(playerid, "PlayerAdminLevel") == 3){
        SCM(playerid,-1,""COL_YELLOW"=======Commands=======");
        SCM(playerid,-1,""COL_YELLOW"Level 1:"COL_RED" /say | /(un)freeze | /goto | /[un]mute ");}
        SCM(playerid,-1,""COL_YELLOW"Level 2:"COL_RED" /kick | /announce | /bring | /drop | /(un)jail | /spawn | /ip ");
        SCM(playerid,-1,""COL_YELLOW"Level 3:"COL_RED" /slay | /explode | /ban | /setdeaths | /setkills ");}
        if(GetPVarInt(playerid, "PlayerAdminLevel") == 4){
        SCM(playerid,-1,""COL_YELLOW"=======Commands=======");
        SCM(playerid,-1,""COL_YELLOW"Level 1:"COL_RED" /say | /(un)freeze | /goto | /[un]mute |");}
        SCM(playerid,-1,""COL_YELLOW"Level 2:"COL_RED" /kick | /announce | /bring | /drop | /(un)jail | /spawn | /ip ");
        SCM(playerid,-1,""COL_YELLOW"Level 3:"COL_RED" /slay | /explode | /ban | /setdeaths | /setkills ");}
        SCM(playerid,-1,""COL_YELLOW"Level 4:"COL_RED" /setscore | /setmoney | /setplayerbank | /healall | /armourall | /disarm | /unban");}
        if(GetPVarInt(playerid, "PlayerAdminLevel") == 5){
        SCM(playerid,-1,""COL_YELLOW"=======Commands=======");
        SCM(playerid,-1,""COL_YELLOW"Level 1:"COL_RED" /say | /(un)freeze | /goto | /[un]mute |");}
        SCM(playerid,-1,""COL_YELLOW"Level 2:"COL_RED" /kick | /announce | /bring | /drop | /(un)jail | /spawn | /ip ");
        SCM(playerid,-1,""COL_YELLOW"Level 3:"COL_RED" /slay | /explode | /ban | /setdeaths | /setkills ");}
        SCM(playerid,-1,""COL_YELLOW"Level 4:"COL_RED" /setscore | /setmoney | /setplayerbank | /healall | /armourall | /disarm | /unban");}
        SCM(playerid,-1,""COL_YELLOW"Level 5:"COL_RED" /setlevel | /gmx ");}
        return 0;
}
pawn Код:
warning 209: function "cmd_acmds" should return a value
error 010: invalid function or declaration
error 010: invalid function or declaration
error 010: invalid function or declaration
Reply


Messages In This Thread
[SOLVED] Command Errors. Need help. - by Champ - 05.07.2013, 07:04
Re: Command Errors. Need help. - by Cjgogo - 05.07.2013, 07:07
Re: Command Errors. Need help. - by Champ - 05.07.2013, 07:19
Re: Command Errors. Need help. - by Cjgogo - 05.07.2013, 07:23
Re: Command Errors. Need help. - by Champ - 05.07.2013, 07:26
Re: Command Errors. Need help. - by Cjgogo - 05.07.2013, 07:28
Re: Command Errors. Need help. - by Champ - 05.07.2013, 07:30

Forum Jump:


Users browsing this thread: 1 Guest(s)