temp vip help???
#2

Use a timer.

Код:
SetTimer("UnVIP", 60000, false, "i", targetid); // 60.000 milliseconds = 1 minute, change it to whatever you want.

forward UnVIP(playerid);
public UnVIP(playerid)
{
    // Make player not a VIP anymore
}
If you are saving the VIP level somewhere, for example on log-out, make sure that it doesn't save a temporary VIP level.

+Rep if I helped you
Reply


Messages In This Thread
temp vip help??? - by JawsPlus - 30.11.2014, 15:55
Re: temp vip help??? - by AnthonyTimmers - 30.11.2014, 16:03
Re: temp vip help??? - by Raweresh - 30.11.2014, 16:09

Forum Jump:


Users browsing this thread: 1 Guest(s)