22.09.2012, 19:45
I have a time for when vip runs out and i tryed setting it for a month but it sets it to 42. Does anyone know how to fix it?
((CODE))
((CODE))
Код:
} case 1: { format(string, sizeof(string), "Administrator %s has set your VIP status to Bronze.", GetName(playerid)); format(string2, sizeof(string2), "You have set %s's VIP status to Bronze.", GetName(id)); dini_IntSet(file, "VipRank", 1); dini_IntSet(file, "VipTime", gettime() + 2592000); Player[id][VipRank] = 1;