How comes this does not save VIP after relogging
#3

pawn Код:
if(gettime() > Player[playerid][VipExpiredTime] && Player[playerid][VipRank] != 0)
            {
                Player[playerid][VipExpiredTime] = 1;
            }
else Player[playerid][VipExpiredTime] = 0;

            if(Player[playerid][VipExpiredTime] == 1)
            {
                SendClientMessage(playerid, RED, "Your VIP has expired to by it again go to www.DBullet-Gaming.tk");
                Player[playerid][VipRank] = 0;
                Player[playerid][VipExpiredTime] = 0;
            }
Reply


Messages In This Thread
How comes this does not save VIP after relogging - by Euan Hughes - 03.07.2012, 13:26
Re: How comes this does not save VIP after relogging - by Euan Hughes - 03.07.2012, 14:19
Re: How comes this does not save VIP after relogging - by [MM]RoXoR[FS] - 03.07.2012, 14:21

Forum Jump:


Users browsing this thread: 2 Guest(s)