Xabi Posted November 22, 2018 Author Posted November 22, 2018 2 minutes ago, Soranno said: Nope, always. But I wanted to ask you, can not it be a database problem? I connect the database to phpmyadmin using xampp. I mean, you didn't edit Database.cs right? If you can connect to that database and the credentials are correct, the gamemode should be able to connect also.
Soranno Posted November 22, 2018 Posted November 22, 2018 (edited) 3 minutes ago, Xabi said: I mean, you didn't edit Database.cs right? If you can connect to that database and the credentials are correct, the gamemode should be able to connect also. Database.cs I modified it by entering the database credentials, but even if I did not modify it, it gave me the same error Now I would like to know if I'm wrong to connect it to xampp with phpmyadmin, to connect to the database use localhost/phpmyadmin Edited November 22, 2018 by Soranno
Xabi Posted November 22, 2018 Author Posted November 22, 2018 Just now, Soranno said: Database.cs I modified it by entering the database credentials, but even if I did not modify it, it gave me the same error Now I would like to know if I'm wrong to connect it to xampp with phpmyadmin, to connect to the database use localhost/phpmyadmmin Again... You DON'T have to modify anything on Database.cs, can you please read to the previous messages and follow the guide? Don't do anything that isn't there. About the credentials, you created the database, you should know which ones you used, they are the same.
Soranno Posted November 22, 2018 Posted November 22, 2018 2 minutes ago, Xabi said: Again... You DON'T have to modify anything on Database.cs, can you please read to the previous messages and follow the guide? Don't do anything that isn't there. About the credentials, you created the database, you should know which ones you used, they are the same. Even using the unmodified Database.cs file, I still get the MySQL error. I created the database and I also changed the credentials in meta.xml <!-- Database connection settings --> <settings> <setting name="host" value="localhost"/> <setting name="username" value="root"/> <setting name="password" value=""/> <setting name="database" value="gtav"/> </settings>
Atesh Posted November 22, 2018 Posted November 22, 2018 Just now, Soranno said: Even using the unmodified Database.cs file, I still get the MySQL error. I created the database and I also changed the credentials in meta.xml <!-- Database connection settings --> <settings> <setting name="host" value="localhost"/> <setting name="username" value="root"/> <setting name="password" value=""/> <setting name="database" value="gtav"/> </settings> Show the error.
Xabi Posted November 22, 2018 Author Posted November 22, 2018 3 minutes ago, Soranno said: Even using the unmodified Database.cs file, I still get the MySQL error. I created the database and I also changed the credentials in meta.xml <!-- Database connection settings --> <settings> <setting name="host" value="localhost"/> <setting name="username" value="root"/> <setting name="password" value=""/> <setting name="database" value="gtav"/> </settings> Then if you can't access the database without changing anything, the problem comes with credentials.
Soranno Posted November 22, 2018 Posted November 22, 2018 Just now, Xabi said: Then if you can't access the database without changing anything, the problem comes with credentials. Okay, now it seems to have been loaded. I understood the error, I had to remove the SSL certificate in Database.cs, since my localhost did not support it. Thanks again for your help, I think I will need it again.
Soranno Posted November 22, 2018 Posted November 22, 2018 (edited) @Xabi Is it possible to translate this gamemode? I can not understand the Spanish. Edited November 22, 2018 by Soranno
OVER Posted November 22, 2018 Posted November 22, 2018 46 minutes ago, Xabi said: It should be like that i guess, I just took them from that link. I tried using this Map Editor https://pt.gta5-mods.com/scripts/map-editor to find the position of those doors but I didn't managed to. Do you know any other tool I can use?
Atesh Posted November 22, 2018 Posted November 22, 2018 1 minute ago, Soranno said: @Xabi Is it possible to translate this gamemode? I can not understand or Spanish. @Xabi Is it possible to translate this gamemode? I can not understand the Spanish. I will come with an English Full translate soon!
Recommended Posts