[AJUDA] Skin
#1

Aee pessoal, quando eu do /gmx no meu serv as skin dos kra q tгo on n salva. ja tentei po no OnGameModeExit pra salva skin, ja tentei po no comando pra salva a skin + n daaaa... ajudem:

pawn Код:
if(strcmp(cmd, "/gmx", true) == 0)
    {
        if(PlayerInfo[playerid][pAdmin] >= 2800)
        {
            if(AdminInfo[playerid][aTrabalhando] == 1)
            {
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                    pap_SalvarInt(i, "Skin", GetPlayerSkin(playerid));
                }
                LimparChat(999);
                format(string, sizeof(string), "[ADMIN] %s deu GMX no servidor.", sendername);
                SendClientMessageToAll(COLOR_FADE5, string);
                GameTextForAll("~g~G~y~M~b~X~w~!", 1000, 0);
                GameModeExit();
                return 1;
            }
            else
            {
                SendClientMessage(playerid, COLOR_GRAD2, "Vocк nгo esta logado como admin. (Use: /ta)");
                return 1;
            }
        }
        else if(PlayerInfo[playerid][pAdmin] > 0 && PlayerInfo[playerid][pAdmin] < 2800)
        {
            SendClientMessage(playerid, COLOR_GRAD2, "Vocк й cargo baixo.");
            return 1;
        }
        else if(PlayerInfo[playerid][pAdmin] == 0)
        {
            SendClientMessage(playerid, COLOR_GRAD2, "Vocк nгo й admin.");
            return 1;
        }
    }
Reply


Messages In This Thread
[AJUDA] Skin - by Dr_Pawno - 07.09.2010, 21:27
Re: [AJUDA] Skin - by StreetGT - 07.09.2010, 21:36
Re: [AJUDA] Skin - by SuB_ZeRo0_ - 07.09.2010, 21:55
Re: [AJUDA] Skin - by ipsBruno - 07.09.2010, 22:43
Re: [AJUDA] Skin - by Lipepva - 08.09.2010, 00:33
Re: [AJUDA] Skin - by ipsBruno - 08.09.2010, 02:28
Re: [AJUDA] Skin - by SuB_ZeRo0_ - 08.09.2010, 02:50
Re: [AJUDA] Skin - by Dr_Pawno - 08.09.2010, 16:10

Forum Jump:


Users browsing this thread: 3 Guest(s)