SA-MP Forums Archive
Value - 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: Value (/showthread.php?tid=422339)



Value - KopeK - 13.03.2013

Hi I have a question for you. I have a file with the VIPs and there are some nicks with values. They indicate the validity of VIP for example:
Код:
Zenek = 30
Marian = 25
Jola = 14
And so my question to you how to do everything at the same time subtract -1 value?

PS. I'm using strcmp without sscanf or zcmd


Re: Value - Vince - 13.03.2013

Well, good luck with that. Ideally you'd use SQLite or MySQL. It can be done relatively easy with sscanf, though.