foxitmane Posted March 29, 2019 Posted March 29, 2019 (edited) How to get data from the admin field of the userdata table and output the admin values to the user in a chat message? Can examples please? Help me please Edited March 29, 2019 by foxitmane
MrPancakers Posted March 29, 2019 Posted March 29, 2019 SELECT 'admin' FROM usertable WHERE username = 'username' Something like this. Nobody can really give you an answer unless they know your database.
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