[AJUDA] Admin Text
#1

Resolvido'
Reply
#2

Exemplo bбsico :

pawn Код:
new str[128],VBNome;
GetPlayerName(playerid, VBNome, sizeof(VBNome));
format(str, sizeof(str), "{FF0000}[ADMIN]{0082C8}%s (ID:%d) {AFAFAF}%s", VBNome, playerid, text);

for(new i; i != GetMaxPlayers(), i++)
    if(PlayerInfo[i][pAdmin] > 0)
        SendClientMessage(i,-1,str);
Reply
#3

Ta faltando a funзгo para pegar o nome do player e mostrar para todos, GetPlayerName
Reply
#4

Ja Descobri oque Era...
Mais mesmo assim +REP pra
quem tentou ajudar ae (:
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)