[ajuda]lideres com ID
#1

bom nгo estou consegui colocar no /lideres para aparece o ID tambйm so consegui por pra o telefone
ajuda.
pawn Код:
if (strcmp(cmd,"/Lideres",true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            SendClientMessage(playerid,COLOR_RED,"|--|Lideres Online:|--|");
            for(new i = 0; i < MAX_PLAYERS; i++)
            {
                if(IsPlayerConnected(i))
                {
                    if(PlayerInfo[i][pLider] == 1)
                    {
                        GetPlayerName(i,sendername,sizeof(sendername));
                        format(string,256,"Lider: %s(Polнcia Militar) Telefone: %d [%d] ",sendername, PlayerInfo[i][pPnumber][playerid]);
                        SendClientMessage(playerid,COP_COLOR,string);
Reply


Messages In This Thread
[ajuda]lideres com ID - by Gabriel_Halls - 28.08.2010, 22:23
Re: [ajuda]lideres com ID - by SuB_ZeRo0_ - 28.08.2010, 22:30
Re: [ajuda]lideres com ID - by Marco_Nutz - 28.08.2010, 22:33
Re: [ajuda]lideres com ID - by Gabriel_Halls - 28.08.2010, 22:44
Re: [ajuda]lideres com ID - by Marco_Nutz - 28.08.2010, 22:54

Forum Jump:


Users browsing this thread: 1 Guest(s)