Muse.D Posted June 15, 2019 Share Posted June 15, 2019 (edited) Vendido. Edited June 27, 2019 by Muse.D GM Vendida. Link to comment
aka Blue Posted June 15, 2019 Share Posted June 15, 2019 (edited) ¿Y todo es funcional? Me huele muy raro que en teoría una GM tan trabajada se venda a ese precio. No infravaloréis vuestro trabajo (es sólo un consejo). Mucha suerte! Tiene muy buena pinta. Edited June 15, 2019 by aka Blue Link to comment
Muse.D Posted June 15, 2019 Author Share Posted June 15, 2019 Sí, todo funcional; hemos recibido muchos mensajes similares y ofertas por encima del precio inicial. Muchas gracias por el comentario! Link to comment
plasha Posted June 30, 2019 Share Posted June 30, 2019 Buenas noches, tengo un problema con el exmysql. No puedo enlazar la base de datos, pero he hecho todo lo posible para que su usted nos haya vendido los gamemods. Supongo que sabe que puedo ayudarlo a corregir su agradecimiento por adelantado. MYSQL = {} local hostname = "localhost" local username = "marerougedu7" local password = "8QW3GwMf" local database = "zmarerougedu72" local port = 3306 MYSQL.connection = nil function MYSQL.checkConnection() MYSQL.connection = dbConnect("mysql","dbname=mta;host=localhost", "root", "ijaCGrnbDD4biRjMvC5O", "autoreconnect=1") if not MYSQL.connection then outputChatBox("[LSRP - Connection] Conexi�n perdida!") cancelEvent(true) end end addEventHandler("onResourceStart", resourceRoot, MYSQL.checkConnection) function requestConnection() if not MYSQL.connection then outputChatBox("[LSRP - Connection] Conexi�n perdida!") return end return MYSQL.connection end Spoiler MYSQL = {} local hostname = "localhost" local username = "marerougedu7" local password = "8QW3GwMf" local database = "zmarerougedu72" local port = 3306 MYSQL.connection = nil function MYSQL.checkConnection() MYSQL.connection = dbConnect("mysql","dbname=mta;host=localhost", "root", "ijaCGrnbDD4biRjMvC5O", "autoreconnect=1") if not MYSQL.connection then outputChatBox("[LSRP - Connection] Conexi�n perdida!") cancelEvent(true) end end addEventHandler("onResourceStart", resourceRoot, MYSQL.checkConnection) function requestConnection() if not MYSQL.connection then outputChatBox("[LSRP - Connection] Conexi�n perdida!") return end return MYSQL.connection end MYSQL = {} local hostname = "localhost" local username = "marerougedu7" local password = "xxxxxxxxx" local database = "zmarerougedu72" local port = 3306 MYSQL.connection = nil function MYSQL.checkConnection() MYSQL.connection = dbConnect("mysql","dbname=mta;host=localhost", "root", "ijaCGrnbDD4biRjMvC5O", "autoreconnect=1") if not MYSQL.connection then outputChatBox("[LSRP - Connection] Conexi�n perdida!") cancelEvent(true) end end addEventHandler("onResourceStart", resourceRoot, MYSQL.checkConnection) function requestConnection() if not MYSQL.connection then outputChatBox("[LSRP - Connection] Conexi�n perdida!") return end return MYSQL.connection end Link to comment
aka Blue Posted June 30, 2019 Share Posted June 30, 2019 @plasha MYSQL = {} local hostname = "localhost" local username = "marerougedu7" local password = "xxxxxxxxx" local database = "zmarerougedu72" local port = 3306 MYSQL.connection = nil function MYSQL.checkConnection() MYSQL.connection = dbConnect("mysql","dbname="..database..";port="..port..";host="..hostname.."", username, password, "autoreconnect=1") if not MYSQL.connection then outputChatBox("[LSRP - Connection] Conexi�n perdida!") cancelEvent(true) end end addEventHandler("onResourceStart", resourceRoot, MYSQL.checkConnection) function requestConnection() if not MYSQL.connection then outputChatBox("[LSRP - Connection] Conexi�n perdida!") return end return MYSQL.connection end PD: Os habéis dejado la pass por ahi con las prisas de vender xd 1 Link to comment
plasha Posted July 1, 2019 Share Posted July 1, 2019 @aka BlueHe intentado como me lo enseñas mi no siempre tiene una solución para ti? MYSQL = {} local hostname = "localhost" local username = "marerougedu7" local password = "xxxxxxxxx" local database = "zmarerougedu72" local port = 3306 MYSQL.connection = nil function MYSQL.checkConnection() MYSQL.connection = dbConnect("mysql","dbname=zmarerougedu72;host=localhost", "marerougedu7", "xxxxxx", "autoreconnect=1") if not MYSQL.connection then outputChatBox("[LSRP - Connection] Conexi�n perdida!") cancelEvent(true) end end addEventHandler("onResourceStart", resourceRoot, MYSQL.checkConnection) function requestConnection() if not MYSQL.connection then outputChatBox("[LSRP - Connection] Conexi�n perdida!") return end return MYSQL.connection end [18:23:46] Start up of resource exMysql cancelled by script [18:23:46] Stopping exMysql Link to comment
aka Blue Posted July 1, 2019 Share Posted July 1, 2019 Pero si ni siquiera has puesto el código que te he pasado... O simplemente hay algo más allá de eso que da error en el script pero por lo visto no has puesto mi código. 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