[AJUDA]Bug na Prof
#1

Galera tipo assim eu seto o cara de lv 5 ele sai e entra ai eu uzo o CMD /exs pra saber quem ta on do Exercito aparece ele de lv 1 sendo que ele ta de lv 5 e ele consegue uzar comando de level 5, alguem sabe oque й ?

Comando /exs

Код:
                        if(!strcmp(cmdtext, "/exs", true))
        {
            SendClientMessage(playerid, COLOR_RED, "[    MILITARES DO EXERCITO    ]");
                new count=0;
                for(new i=0; i<MAX_PLAYERS; i++)
                {
                if(IsPlayerConnected(i))
                {
                    if(logged[i] == 1)
                    {
                                        if(PlayerInfo[i][pEX] >= 1)
                                        {
                                                new str[256];
                                                new pname[24];
                                                GetPlayerName(i, pname, 24);
                                                format(str, 256, "Membro: %s | [Level %d] ", pname, PlayerInfo[i][pEX]);
                                                SendClientMessage(playerid, COLOR_CYAN, str);
                                                count++;
                                        }
                                }
                        }
                }
                if(count == 0)
                {
                SendClientMessage(playerid, COLOR_CYAN, "Nгo tem nenhum membro do EXERCITO on-line agora!");
                }
                return 1;
        }
Reply


Messages In This Thread
[AJUDA]Bug na Prof - by Nake01 - 17.05.2011, 18:48
Re: [AJUDA]Bug na Prof - by Shadoww5 - 17.05.2011, 19:00
Re: [AJUDA]Bug na Prof - by Nake01 - 17.05.2011, 19:24
Re: [AJUDA]Bug na Prof - by Nake01 - 18.05.2011, 16:58
Re: [AJUDA]Bug na Prof - by [S]trong - 18.05.2011, 17:41
Re: [AJUDA]Bug na Prof - by Nake01 - 18.05.2011, 18:02

Forum Jump:


Users browsing this thread: 1 Guest(s)