/o command
#1

Hey guys, my /o command won't work, here is the code.

PHP код:
}
CMD:o(playeridparams[])
{
    if(
gPlayerLogged{playerid} == 0)
    {
        
SendClientMessageEx(playeridCOLOR_GREY"You're not logged in.");
        return 
1;
    }
    if ((
noooc) && (PlayerInfo[playerid][pAdmin] < && EventKernel[EventCreator] != playerid && !OOCPower[playerid] && PlayerInfo[playerid][pHelper] < 4))
    {
        
SendClientMessageEx(playeridCOLOR_RED"   The OOC Global Channel has been disabled by  Admins");
        return 
1;
    }
    if(
gOoc[playerid])
    {
        
SendClientMessageEx(playeridTEAM_CYAN_COLOR"   You have disabled OOC Chat, re-enable with /togooc!");
        return 
1;
    }
    if(
isnull(params)) return SendClientMessageEx(playeridCOLOR_WHITE"USAGE: (/o)oc [ooc chat]");
    if(
PlayerInfo[playerid][pAdmin] == 1)
    {
        new 
string[128];
        
format(stringsizeof(string), "(( Server Moderator %s: %s ))"GetPlayerNameEx(playerid), params);
        
OOCOff(COLOR_OOC,string);
    }
    else if(
PlayerInfo[playerid][pAdmin] == 2)
    {
        new 
string[128];
        
format(stringsizeof(string), "(( {808000}Junior Admin{FFFFFF} %s: %s ))"GetPlayerNameEx(playerid), params);
        
OOCOff(COLOR_OOC,string);
    }
    else if(
PlayerInfo[playerid][pAdmin] == 3)
    {
        new 
string[128];
        
format(stringsizeof(string), "(( {008080}General Admin{FFFFFF} %s: %s ))"GetPlayerNameEx(playerid), params);
        
OOCOff(COLOR_OOC,string);
    }
    else if(
PlayerInfo[playerid][pAdmin] == 4)
    {
        new 
string[128];
        
format(stringsizeof(string), "(( {FFFF00}Senior Admin{FFFFFF} %s: %s ))"GetPlayerNameEx(playerid), params);
        
OOCOff(COLOR_OOC,string);
    }
    else if(
PlayerInfo[playerid][pAdmin] == 1337)
    {
        new 
string[128];
        
format(stringsizeof(string), "(( {FF00FF}Head Admin{FFFFFF} %s: %s ))"GetPlayerNameEx(playerid), params);
        
OOCOff(COLOR_OOC,string);
    }
    else if(
PlayerInfo[playerid][pAdmin] == 1338)
    {
        new 
string[128];
        
format(stringsizeof(string), "(( {FF0000}Admin Director{FFFFFF} %s: %s ))"GetPlayerNameEx(playerid), params);
        
OOCOff(COLOR_OOC,string);
    }
    else if(
PlayerInfo[playerid][pAdmin] == 99998)
    {
        new 
string[128];
        
format(stringsizeof(string), "(( {00FFFF}Community Manager{FFFFFF} %s: %s ))"GetPlayerNameEx(playerid), params);
        
OOCOff(COLOR_OOC,string);
    }
    else if(
PlayerInfo[playerid][pAdmin] == 99999)
    {
        new 
string[128];
        
format(stringsizeof(string), "(( {00FF00}Community Owner{FFFFFF} %s: %s ))"GetPlayerNameEx(playerid), params);
        
OOCOff(COLOR_OOC,string);
    }
    else if(
PlayerInfo[playerid][pHelper] == 2)
    {
        new 
string[128];
        
format(stringsizeof(string), "(( Community Advisor %s: %s ))"GetPlayerNameEx(playerid), params);
        
OOCOff(COLOR_OOC,string);
        return 
1;
    }
    else if(
PlayerInfo[playerid][pHelper] == 3)
    {
        new 
string[128];
        
format(stringsizeof(string), "(( Senior Advisor %s: %s ))"GetPlayerNameEx(playerid), params);
        
OOCOff(COLOR_OOC,string);
        return 
1;
    }
    else if(
PlayerInfo[playerid][pHelper] == 4)
    {
        new 
string[128];
        
format(stringsizeof(string), "(( Chief Advisor %s: %s ))"GetPlayerNameEx(playerid), params);
        
OOCOff(COLOR_OOC,string);
        return 
1;
    }
    else if(
PlayerInfo[playerid][pAdmin] < && PlayerInfo[playerid][pHelper] <= 2)
    {
        new 
string[128];
        
format(stringsizeof(string), "(( %s: %s ))"GetPlayerNameEx(playerid), params);
        
OOCOff(COLOR_OOC,string);
        return 
1;
    }
    return 
1;

Reply


Messages In This Thread
/o command - by TheSnaKe - 31.01.2014, 22:00
Re: /o command - by Gilbonzo - 31.01.2014, 22:02
Re: /o command - by TheSnaKe - 31.01.2014, 22:17
Re: /o command - by Don_Cage - 31.01.2014, 22:30
Re: /o command - by Jing_Chan - 31.01.2014, 22:34
Re: /o command - by TheSnaKe - 31.01.2014, 22:43
Re: /o command - by Don_Cage - 31.01.2014, 22:59
Re: /o command - by erminpr0 - 31.01.2014, 23:07
Re: /o command - by TheSnaKe - 31.01.2014, 23:10
Re: /o command - by Don_Cage - 31.01.2014, 23:19

Forum Jump:


Users browsing this thread: 4 Guest(s)