MySQL ban - 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: MySQL ban (
/showthread.php?tid=398038)
MySQL ban -
Fernado Samuel - 07.12.2012
Removed
Re: MySQL ban -
ikey07 - 07.12.2012
UPDATE `table` SET `Banned` = '0' WERE `id` = 'player_sqlid'
Re: MySQL ban -
Potassium - 07.12.2012
Quote:
Originally Posted by ikey07
UPDATE `table` SET `Banned` = '0' WERE `id` = 'player_sqlid'
|
*WHERE
And of course it depends on your table name and column names, you should only use that ^ as a guide.
Re: MySQL ban -
Fernado Samuel - 07.12.2012
Removed
Re: MySQL ban - Guest9328472398472 - 08.12.2012
Take a look at this post,
http://forum.sa-mp.com/showpost.php?...72&postcount=5