[Ajuda] ID no Chat
#1

Como colocar ID para aparecer no chat? Fiz um modo para adm e player normal sу que n resultou, nem funciona...

pawn Код:
if(PInfo[playerid][Level] < 5)
    {
        new string[356], pname[MAX_PLAYER_NAME];
        GetPlayerName(playerid, pname, sizeof(pname));
        format(string, sizeof(string), "[ %d ] [ ADM ] %s{FFFFFF}  %s", playerid, pname, text);
        SendClientMessageToAll(GetPlayerColor(playerid), string);
    }
    if(PInfo[playerid][Level] < 0)
    {
        new string[356], pname[MAX_PLAYER_NAME];
        GetPlayerName(playerid, pname, sizeof(pname));
        format(string, sizeof(string), "• [ %d ] %s{FFFFFF}  %s", playerid, pname, text);
        SendClientMessageToAll(GetPlayerColor(playerid), string);
    }
Reply


Messages In This Thread
ID no Chat - by eNtinityGaming - 19.02.2014, 14:15
Re: ID no Chat - by .FuneraL. - 19.02.2014, 14:41
Re: ID no Chat - by eNtinityGaming - 19.02.2014, 14:49
Re: ID no Chat - by eNtinityGaming - 19.02.2014, 15:26
Respuesta: ID no Chat - by [BWL]Chamaleon - 19.02.2014, 15:51
Re: ID no Chat - by eNtinityGaming - 19.02.2014, 16:02
Respuesta: ID no Chat - by [BWL]Chamaleon - 19.02.2014, 16:09
Re: ID no Chat - by eNtinityGaming - 19.02.2014, 16:14
Re: ID no Chat - by Dana_scully - 19.02.2014, 16:14
Re: ID no Chat - by JoaoPedro - 19.02.2014, 16:17

Forum Jump:


Users browsing this thread: 1 Guest(s)