[Ajuda]
#1

quando eu digito /lideres aparece os donos da gang e os membros tambem..
pawn Код:
if(!strcmp(cmdtext, "/lideres", true))
    {
        SendClientMessage(playerid, COR_ADM, "Lнderes Online");
        static
        pName[256],
        pFile[64];
        for(new i; i != MAX_PLAYERS; ++i)
        if(IsPlayerConnected(i))
        {
            GetPlayerName(i, pName, MAX_PLAYER_NAME);
            format(pFile, sizeof(pFile), "Gang/%s.ini", pName);
            if(dini_Exists(pFile))
            {
                format(tmp, sizeof(tmp), "Lнder: %s Gang: %s", pName, dini_Get(pFile, "Gang"));
                SendClientMessage(playerid, COR_BRANCO, tmp);
            }
        }
        return true;
    }
Reply


Messages In This Thread
[Ajuda] - by Cristhian - 13.09.2011, 13:34
Re: [Ajuda] - by WLSF - 13.09.2011, 13:36
Re: [Ajuda] - by Cristhian - 13.09.2011, 13:55
Re: [Ajuda] - by WLSF - 13.09.2011, 13:58
Re: [Ajuda] - by Cristhian - 13.09.2011, 14:01
Re: [Ajuda] - by Allan Kardec - 13.09.2011, 14:50
Re: [Ajuda] - by Cristhian - 13.09.2011, 20:33

Forum Jump:


Users browsing this thread: 1 Guest(s)