Hugos Posted July 5, 2019 Share Posted July 5, 2019 (edited) I have a table "player." It has the fields "username" and coordinates "x", "y", "z". How do I spam the player on the saved coordinates. ??? Edited July 5, 2019 by Hugos Link to comment
DNL291 Posted July 6, 2019 Share Posted July 6, 2019 dbQuery, dbPoll Syntax looks like: SELECT x,y,z FROM player WHERE username=? Try to do it, and show here your code. You can also search through the forum, wiki... there are codes made. Link to comment
Hugos Posted July 6, 2019 Author Share Posted July 6, 2019 13 hours ago, DNL291 said: dbQuery, dbPoll Syntax looks like: SELECT x,y,z FROM player WHERE username=? Try to do it, and show here your code. You can also search through the forum, wiki... there are codes made. Thanks! Link to comment
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