SA-MP Forums Archive
Some functions & command in 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: Some functions & command in mysql .. ? (/showthread.php?tid=514209)



Some functions & command in mysql .. ? - Metharon - 20.05.2014

I want to make an system to :


- when i'm typing /unbanall --> to search on the db for players with Blocked == 1 and to set them to 0 .
- when i'm tyiping /unban to unban an specific name of player from the tabel
- an system to search on db , on accounts tabel player with BanTimer > 1 and to set them -1 for every time is called the function.


Re: Some functions & command in mysql .. ? - Spartaaaaa - 20.05.2014

https://sampwiki.blast.hk/wiki/RCON


Re: Some functions & command in mysql .. ? - Campbell- - 20.05.2014

Quote:
Originally Posted by Metharon
Посмотреть сообщение
I want to make an system to :


- when i'm typing /unbanall --> to search on the db for players with Blocked == 1 and to set them to 0 .
- when i'm tyiping /unban to unban an specific name of player from the tabel
- an system to search on db , on accounts tabel player with BanTimer > 1 and to set them -1 for every time is called the function.
... and what was your intention to post here in the first place?

Quote:
Originally Posted by Spartaaaaa
Посмотреть сообщение
Not useful at all when there's not a question stated.