01.07.2012, 19:09
Well i have made it so if your VIP has expired on player on connect it will set your vip level to 0 but it is not changing it to 0
If you need any more code just ask
Thanks
pawn Код:
if(gettime() > VIPexpire)
{
SendClientMessage(playerid, WHITE, "You have VIP has expired");
Player[playerid][VipRank] = 0;
}
Thanks