[Ajuda] /SetVIP dando vip pra todos
#9

Acho q n vai dar certo, pq tem mais uma parte do sistema...

pawn Код:
hook OnPlayerConnect(playerid)
{
    acc_LoginAttempts[playerid] = 0;
    acc_IsNewPlayer[playerid] = false;
    acc_HasAccount[playerid] = false;
    acc_LoggedIn[playerid] = false;

    // ------------ SISTEMA DE VIP ---------------
    new string[80];
    format(string, sizeof(string), "/vips/%s.ini", GetName(playerid));
    if(DOF2_FileExists(string))
    {
        PlayerVip[playerid] = DOF2_GetInt(string,"VipExpira");
        if(gettime() > PlayerVip[playerid])
        {
            DOF2_RemoveFile(string);
            PlayerVip[playerid] = 0;
            SendClientMessage(playerid, 0xF6FF00AA, "[ > ] Seus VIP expirou!");
        }
        else
        {
            format(string, sizeof(string), "[ > ] Seu vip expira em %s.", convertNumber(PlayerVip[playerid]-gettime()));
            SetPlayerSkin(playerid, 286);
            SendClientMessage(playerid, 0xF6FF00AA, string);
        }
    }
    return 1;
}
Reply


Messages In This Thread
/SetVIP dando vip pra todos - by viniciussvl - 16.12.2015, 21:59
Re: /SetVIP dando vip pra todos - by seifador - 16.12.2015, 22:04
Re: /SetVIP dando vip pra todos - by viniciussvl - 16.12.2015, 22:16
Re: /SetVIP dando vip pra todos - by seifador - 16.12.2015, 22:20
Re: /SetVIP dando vip pra todos - by viniciussvl - 16.12.2015, 22:38
Re: /SetVIP dando vip pra todos - by BykiLler - 16.12.2015, 22:44
Re: /SetVIP dando vip pra todos - by seifador - 16.12.2015, 22:44
Re: /SetVIP dando vip pra todos - by BykiLler - 16.12.2015, 22:49
Re: /SetVIP dando vip pra todos - by viniciussvl - 16.12.2015, 23:21
Re: /SetVIP dando vip pra todos - by viniciussvl - 16.12.2015, 23:29

Forum Jump:


Users browsing this thread: 1 Guest(s)