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



VIP mysql - AdelS - 08.01.2015

Solved.


Re: VIP mysql - ball - 08.01.2015

Код:
mysql_query("UPDATE users SET vipday = vipday - 1 WHERE vip = 1");



Re: VIP mysql - AdelS - 08.01.2015

It works, thanks a lot.