27.12.2014, 20:05
I'm not sure about to make this, a vip system that i can set a temporary vip for someone.
for example: i set for a player for 4 days silver vip, if the player offline or online to the server the time i gave for the vip will pass, and it will write it on the INI file of the player, btw i use YINI of ******.
i know that i should use gettime() getdate() functions but i'm not sure how to use these functions.
for example: i set for a player for 4 days silver vip, if the player offline or online to the server the time i gave for the vip will pass, and it will write it on the INI file of the player, btw i use YINI of ******.
i know that i should use gettime() getdate() functions but i'm not sure how to use these functions.
Код:
INI_WriteInt(File, "DonateRank", PlayerInfo[playerid][pDonateRank]); // define of vip rank INI_WriteInt(File, "TempVIP", PlayerInfo[playerid][pTempVIP]); // the temp vip write data