SA-MP Forums Archive
Need Help for vip system - 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: Need Help for vip system (/showthread.php?tid=377580)



Need Help for vip system - Witnec - 14.09.2012

Hi, My VIP system has no error but in game i can't make some one VIP because it gives automaticly 0 days
here's the pastbin:
http://pastebin.com/rmMp5MGm
thkx for helping me


Re: Need Help for vip system - arvifilter - 14.09.2012

ehm, Have you defined time? I mean the variable that you made as time must use a plugin to count days and decrease the amount or you must use an string and format it as days and set it as timer in you script.
and one tip,make a file that saves the vip members names and days left so it won't get deleted after server's restart.


Re : Need Help for vip system - Witnec - 15.09.2012

I repaired it the probleme was:
if(time >= -1 && time <= 365)
I just deleted it and it's working thkx for your help