timer like 2 weeks or 1 month ?? [ HOW ? ] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: timer like 2 weeks or 1 month ?? [ HOW ? ] (
/showthread.php?tid=517854)
timer like 2 weeks or 1 month ?? [ HOW ? ] -
PawnOX - 07.06.2014
Recently, I added free vip at my server, I want it to work only 1 month. How? I guess its timer. Please give me some codes!
thanks
Respuesta: timer like 2 weeks or 1 month ?? [ HOW ? ] -
SickAttack - 07.06.2014
Okay, I'll explain this to you. First you need to save the date witch the player has registered in their respective user file, then in OnPlayerUpdate (w/e) add a function where it checks if a month (w/e) has passed, if so then remove the player's VIP status.
Usefull link:
https://sampwiki.blast.hk/wiki/Getdate
Re: timer like 2 weeks or 1 month ?? [ HOW ? ] -
RenovanZ - 07.06.2014
Read this tutorial, its about Unix Timestamp:
How to: Unix Timestamp