MySQL Vehicle DealerShip 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: MySQL Vehicle DealerShip System (
/showthread.php?tid=646329)
MySQL Vehicle DealerShip System -
tbedy - 15.12.2017
How to change these all vehicles to "buyable" = 0 ?
So to put this non-dealershp vehicles:
https://image.prntscr.com/image/RLCU...9evj49EphA.png
Re: MySQL Vehicle DealerShip System -
Uvais - 15.12.2017
Код:
UPDATE <table> SET <column> = <value>;
Example:
Код:
UPDATE <tablename> SET buyable = 0;