Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

/admins Command Help

$
0
0
When I edit my CMD:admins like this >

PHP Code:

CMD:admins(playerid,params[])
{
    new 
string[128];
    new 
n[MAX_PLAYER_NAME];
        
SendClientMessage(playerid,COLOR_GREEN,"___________|- Online Admins -|___________");
        for(new 
0MAX_PLAYERSi++)
        {
            if(
PlayerInfo[i][Level] == 1)
            {
                
GetPlayerName(i,Name,sizeof(Name));
                
format(string128"Trial Moderator - %s[ID: %d]",n,i);
                
SendClientMessage(playeridCOLOR_GREEN1string);
            }
            if(
PlayerInfo[i][Level] == 2)
            {
                
GetPlayerName(i,Name,sizeof(Name));
                
format(string128"Moderator - %s[ID: %d]"Namei);
                
SendClientMessage(playeridCOLOR_FORESTGREENstring);
            }
            if(
PlayerInfo[i][Level] == 3)
            {
                
GetPlayerName(i,Name,sizeof(Name));
                
format(string128"Guard - %s[ID: %d]"Namei);
                
SendClientMessage(playeridyellowstring);
            }
            if(
PlayerInfo[i][Level] == 4)
            {
                
GetPlayerName(i,Name,sizeof(Name));
                
format(string128"Officer - %s[ID: %d]"Namei);
                
SendClientMessage(playeridCOLOR_BLACKstring);
            }
            if(
PlayerInfo[i][Level] == 5)
            {
                
GetPlayerName(i,Name,sizeof(Name));
                
format(string128"Captain - %s[ID: %d]"Namei);
                
SendClientMessage(playeridbluestring);
            }
            if(
PlayerInfo[i][Level] == 6)
            {
                   
GetPlayerName(i,Name,sizeof(Name));
                
format(string128"Elite Admin - %s[ID: %d]"Namei);
                
SendClientMessage(playeridgreystring);
            }
            if(
PlayerInfo[i][Level] == 7)
            {
                
GetPlayerName(i,Name,sizeof(Name));
                
format(string128"General - %s[ID: %d]"Namei);
                
SendClientMessage(playeridredstring);
            }
            if(
PlayerInfo[i][Level] == 8)
            {
                
GetPlayerName(i,Name,sizeof(Name));
                
format(string128"Director - %s[ID: %d]"Namei);
                
SendClientMessage(playeridCOLOR_ROYALBLUEstring);
            }
        }
        return 
1;
 } 

PHP Code:

It's Error and send me this errormessage >

D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31137) : warning 217: loose indentation
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31142) : error 035: argument type mismatch (argument 2)
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31142) : error 039: constant symbol has no size
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31148) : error 035: argument type mismatch (argument 2)
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31148) : error 039: constant symbol has no size
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31149) : warning 213: tag mismatch
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31154) : error 035: argument type mismatch (argument 2)
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31154) : error 039: constant symbol has no size
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31155) : warning 213: tag mismatch
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31160) : error 035: argument type mismatch (argument 2)
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31160) : error 039: constant symbol has no size
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31161) : warning 213: tag mismatch
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31166) : error 035: argument type mismatch (argument 2)
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31166) : error 039: constant symbol has no size
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31167) : warning 213: tag mismatch
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31172) : error 035: argument type mismatch (argument 2)
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31172) : error 039: constant symbol has no size
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31173) : warning 213: tag mismatch
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31178) : error 035: argument type mismatch (argument 2)
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31178) : error 039: constant symbol has no size
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31179) : warning 213: tag mismatch
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31184) : error 035: argument type mismatch (argument 2)
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31184) : error 039: constant symbol has no size
D:\Data\Filbert\SA-MP Server\BDR Server\Gamemodes\BBTDM~RP.pwn(31185) : warning 213: tag mismatch
Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


16 Errors. 




Pls Help Me Who Know My Problem Solution...
Thanks For Reading And Waiting For Reply :D
God Bless You All :)

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>