Karuzo Posted January 3, 2014 Share Posted January 3, 2014 Hey guys, I just wanted to ask you if i can make it that the player has to register on the forum to login on the server? Greets, Link to comment
50p Posted January 3, 2014 Share Posted January 3, 2014 Yes. But first you need access to MySQL where your forum data is stored and the MySQL database needs to accept connections from remote servers/clients. Some hosts block the connections to the database from servers other than the server hosting the database. It's simple to do once you have your forum set up. Then all you need to do is create a simple resource which will connect to that MySQL and query it for username and password. Link to comment
Karuzo Posted January 3, 2014 Author Share Posted January 3, 2014 Well, you have to know that im not pretty good at scripting, I know how to do that with MySql but how do i check the username and password? Link to comment
Karuzo Posted January 3, 2014 Author Share Posted January 3, 2014 Hey , ive found the wbb-connector , but i dont know how to use the exported functions Can anyone help me ? Link to comment
50p Posted January 3, 2014 Share Posted January 3, 2014 Ask yourself how much you know about scripting? Then ask yourself if you can start scripting? Then try and start working on it, come back here if you get any problems with your code and we can help you out. Until then, you need to read about Lua and MTA scripting. Start here: https://wiki.multitheftauto.com/ http://www.lua.org/manual/5.1/ https://wiki.multitheftauto.com/wiki/Sc ... troduction 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