Best-Killer Posted December 19, 2016 Posted December 19, 2016 i'm making bans system with sql , i want check if the serial is banned from database how to do it function isSerialBanned(s) serial = exports.NGSQL:db_exec("SELECT * FROM bans WHERE srl=?", s) return end f
ViRuZGamiing Posted December 19, 2016 Posted December 19, 2016 3 minutes ago, Best-Killer said: any help pls ? I suppose this would be enough: function isSerialBanned(s) serial = exports.NGSQL:db_exec("SELECT * FROM bans WHERE srl=?", s) if serial then return true end return false end "If debugging is the process of removing software bugs, then programming must be the process of putting them in."
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now