Xabi Posted April 16, 2018 Author Posted April 16, 2018 5 hours ago, Anton Andersson said: How do I get out of the hotel room? Press the F close to the door.
GTX Posted April 16, 2018 Posted April 16, 2018 On 15/4/2018 at 2:22 PM, Xabi said: Did you test with the latest uploaded gamemode? I'm not having any problem with it. I do not have much knowledge, forgive my ignorance. Could you help me do that?
Xabi Posted April 16, 2018 Author Posted April 16, 2018 5 minutes ago, GTX said: I do not have much knowledge, forgive my ignorance. Could you help me do that? You need to setup a MySQL database, execute de wprp.sql script and, after that, edit the Database.cs file with the credentials needed to log into your recently created database. These are basic things you'll need to know in order to work with this gamemode.
GTX Posted April 16, 2018 Posted April 16, 2018 ok I understood but what should I put here? : private const String database = "";
GTX Posted April 16, 2018 Posted April 16, 2018 Thank you very much now. I no longer have mistakes, I love you
GTX Posted April 16, 2018 Posted April 16, 2018 Now I just need to understand how to register and how to set up the registry
Xabi Posted April 16, 2018 Author Posted April 16, 2018 1 minute ago, GTX said: Now I just need to understand how to register and how to set up the registry It has been answered on this post, you need to insert a new row into accounts table.
GTX Posted April 16, 2018 Posted April 16, 2018 And how should I fill it because I put everything but it tells me the same
Xabi Posted April 16, 2018 Author Posted April 16, 2018 12 minutes ago, GTX said: And how should I fill it because I put everything but it tells me the same As I stated previously in this post, you have to fill the socialName with your social club account and the password field, with a MD5 hashed password.
Recommended Posts