[AJUDA]Comando Setando contas offline
#9

Tente:
pawn Код:
//Inicio GameMode
new bool:MudouContaTodos[MAX_PLAYERS];

    if(strcmp(cmd, "/resetarall", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            GetPlayerName(playerid, playername, sizeof(playername));
            if(PlayerInfo[playerid][pAdmin] >= 1342)
            {
                if(admtrampando[playerid] < 1 && PlayerInfo[playerid][pAdmin] != 1342)
                {
                    SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб trabalhando! (/trabalhar)");
                    return 1;
                }
                new id = 0;
                while(id <= MAX_PLAYERS)
                {
                    MudouContaTodos[id] = true;
                    if(IsPlayerConnected(id))
                    {
                        PlayerInfo[id][pConta] = 0;
                        MudouContaTodos[id] = false;
                    }
                    id++;
                }
                return 1;
            }
        }
        return 1;
    }
//OnPlayerSpawn
    if(MudouContaTodos[playerid] == true)
    {
        MudouContaTodos[playerid] = false;
        PlayerInfo[playerid][pConta] = 0;
    }
Nгo testei, mas espero que funcione!
Reply


Messages In This Thread
[AJUDA]Comando Setando contas offline - by [BGL]jonas_OwNer - 16.05.2011, 04:11
Re: [AJUDA]Comando Setando contas offline - by [S]trong - 16.05.2011, 10:09
Re: [AJUDA]Comando Setando contas offline - by Carl_Thuse - 16.05.2011, 15:04
Re: [AJUDA]Comando Setando contas offline - by [BGL]jonas_OwNer - 16.05.2011, 15:17
Re: [AJUDA]Comando Setando contas offline - by [S]trong - 16.05.2011, 15:23
Re: [AJUDA]Comando Setando contas offline - by [BGL]jonas_OwNer - 16.05.2011, 15:25
Re: [AJUDA]Comando Setando contas offline - by [S]trong - 16.05.2011, 15:30
Re: [AJUDA]Comando Setando contas offline - by [BGL]jonas_OwNer - 16.05.2011, 15:36
Re: [AJUDA]Comando Setando contas offline - by Dr_Pawno - 16.05.2011, 16:14
Re: [AJUDA]Comando Setando contas offline - by [S]trong - 16.05.2011, 16:37

Forum Jump:


Users browsing this thread: 1 Guest(s)