[Duv]Lideres
#1

Pessoal , eu nem sei se ja teve esse post ou nгo...se sim eu n achei...Eu keria perguntar eh que '-':

no /lideres , apareзe o mesmo id e o numero do celular sempre...
Tipo : eu so id 0 com celular 1234
ai eu do /lideres e tem

PM - Blabla - ID 0 - Cel. 1234
PC - Blabla2 - ID 0 - Cel.1234

eu queria saber como faz diferente...ou eu nгo estou sabendo fazer.

Um Exemplo que tentei fazer :

pawn Код:
if (strcmp(cmd,"/lideres",true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            SendClientMessage(playerid,COLOR_RED,"Lнderes");
            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(Policia Militar[PM]) ID:[%d]",sendername,playerid);
                        SendClientMessage(playerid,COP_COLOR,string);
                    }
//Resto cуdigo
Tem Algo Errado?
Reply


Messages In This Thread
[RESOLVIDO] BY: ANDMEIDA // [Duv]Lideres - by Flavinho153 - 07.07.2010, 21:52
Re: [Duv]Lideres - by andmeida10 - 07.07.2010, 23:25
Re: [Duv]Lideres - by Flavinho153 - 07.07.2010, 23:52
Re: [Duv]Lideres - by andmeida10 - 08.07.2010, 00:31
Re: [Duv]Lideres - by Flavinho153 - 08.07.2010, 00:36

Forum Jump:


Users browsing this thread: 2 Guest(s)