[Pedido] [ADMIN] Na frente do nome
#1

como faзo pra ficar "[ADMIN]" na frente do nick ?
Reply
#2

Tenta isto:

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(IsPlayerAdmin(playerid))
    {
        new string[150], name[MAX_PLAYER_NAME];
        GetPlayerName(playerid, name, MAX_PLAYER_NAME);
        format(string,sizeof(string),"{FF0000}[ADMIN] {FFFFFF}%s: %s", name, text);
        SendClientMessageToAll(0xFFFF00FF, string);
        return 0;
    }
    return 1;
}
Reply
#3

Baixa esse FS: https://sampforum.blast.hk/showthread.php?tid=329307
Ele vem com essa funзгo!
Alйm de vim com Helper e Vip, que coloca [Helper] e [VIP] na frente do Nick!

By.: Lucas_Alemao
Reply
#4

Quote:
Originally Posted by Andre02
Посмотреть сообщение
Tenta isto:

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(IsPlayerAdmin(playerid))
    {
        new string[150], name[MAX_PLAYER_NAME];
        GetPlayerName(playerid, name, MAX_PLAYER_NAME);
        format(string,sizeof(string),"{FF0000}[ADMIN] {FFFFFF}%s: %s", name, text);
        SendClientMessageToAll(0xFFFF00FF, string);
        return 0;
    }
    return 1;
}
mano eu coloco da um erro ?
Reply
#5

Quote:
Originally Posted by Spectral
Посмотреть сообщение
Baixa esse FS: https://sampforum.blast.hk/showthread.php?tid=329307
Ele vem com essa funзгo!
Alйm de vim com Helper e Vip, que coloca [Helper] e [VIP] na frente do Nick!

By.: Lucas_Alemao
muito obrigado eu so quero so o [ADMIN] Na frente do nome mais vlw!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)