[Ajuda] Ajuda no pawno
#1

Boas no meu server quando faзo o comando /staff aparece a staff em duty...

mas apenas aparece o nome dos administradores eu queria adicionar o ID do admin e possivel?

PHP код:
SendClientMessage(playeridCOLOR_NEWOOC"_________________[Administraзгo Em Servico]_______________");
                for(new 
0MAX_PLAYERSi++)
                {
                    if(
IsPlayerConnected(i))
                    {
                        if(
PlayerInfo[i][pGm] >= && GMDuty[i] == 1)
                        {
                            
format(string256"GameMaster: %s - [GameMaster Nivel: %d]"GetPlayerNameEx(i),PlayerInfo[i][pGm]);
                            
SendClientMessage(playeridCOLOR_GMDUTYstring);
                            
count++;
                        } 
Aqui aparece o Nome do gamemaster e o nivel ao lado do nome queria adicionar o ID dele e possivel agradecia

PHP код:
"GameMaster: %s - [GameMaster Nivel: %d]" 
Reply
#2

format(string,256,"GameMaster:%s (id: %i). - [GameMaster Nivel: %d]", GetPlayerNameEx(i), i, PlayerInfo[i][pGm]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)