Admin chat help
#1

Alright guys so heres the deal when a player join and selects a team his team color is fine but even him being a normal players makes him have the [Admin][playername]: prefix I dont get it if someone could take a look at the code Id love it.


Код:
if(PlayerInfo[playerid][pAdmin] >= 1)
    if(gTeam[playerid] == TEAM_MEXICANS)
    {
        new pName[MAX_PLAYER_NAME], String[175];
        GetPlayerName(playerid, pName, 24);
        format(String, sizeof(String), "{FFFFFF}[{99FF00}Admin{FFFFFF}] {F5E618}%s:{FFFFFF} %s", pName, text);
        SendClientMessageToAll(-1,String);
        return 0;
    }
    if(PlayerInfo[playerid][pAdmin] >= 1)
    if(gTeam[playerid] == TEAM_BIKER)
    {
        new pName[MAX_PLAYER_NAME], String[175];
        GetPlayerName(playerid, pName, 24);
        format(String, sizeof(String), "{FFFFFF}[{99FF00}Admin{FFFFFF}] {BFC0C2}%s:{FFFFFF} %s", pName, text);
        SendClientMessageToAll(-1,String);
        return 0;
	}
	if(PlayerInfo[playerid][pAdmin] >= 1)
	if(gTeam[playerid] == TEAM_MAFIA)
    {
        new pName[MAX_PLAYER_NAME], String[175];
        GetPlayerName(playerid, pName, 24);
        format(String, sizeof(String), "{FFFFFF}[{99FF00}Admin{FFFFFF}] {800080}%s:{FFFFFF} %s", pName, text);
        SendClientMessageToAll(-1,String);
        return 0;
	}
	if(PlayerInfo[playerid][pAdmin] >= 1)
	if(gTeam[playerid] == TEAM_YAKUZA)
    {
        new pName[MAX_PLAYER_NAME], String[175];
        GetPlayerName(playerid, pName, 24);
        format(String, sizeof(String), "{FFFFFF}[{99FF00}Admin{FFFFFF}] {AA3333}%s:{FFFFFF} %s", pName, text);
        SendClientMessageToAll(-1,String);
        return 0;
	}
	if(PlayerInfo[playerid][pAdmin] >= 1)
	if(gTeam[playerid] == TEAM_HOMELESS)
    {
        new pName[MAX_PLAYER_NAME], String[175];
        GetPlayerName(playerid, pName, 24);
        format(String, sizeof(String), "{FFFFFF}[{99FF00}Admin{FFFFFF}] {33AA33}%s:{FFFFFF} %s", pName, text);
        SendClientMessageToAll(-1,String);
        return 0;
	}
Reply


Messages In This Thread
Admin chat help - by arathin - 02.03.2013, 22:44
Re: Admin chat help - by roar - 03.03.2013, 04:07
Re: Admin chat help - by YesYesYes - 03.03.2013, 05:23
Re: Admin chat help - by arathin - 03.03.2013, 06:23
Re: Admin chat help - by roar - 03.03.2013, 10:18

Forum Jump:


Users browsing this thread: 1 Guest(s)