-
Content Count
26 -
Joined
-
Last visited
Community Reputation
4 NeutralAbout Homer Simpson
-
Rank
Advanced Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
[GM] Colorado Roleplay | Liberación de GM
Homer Simpson replied to aka Blue's topic in Recursos y aportes
Lo importante es que lo hiciste. -
[GM] Colorado Roleplay | Liberación de GM
Homer Simpson replied to aka Blue's topic in Recursos y aportes
Un buen aporte ya que habrás ayudado seguramente a gente le fueran a estafar (Aún que sea una cantidad pequeña o grande) y una pena llegar a esté punto publicando una GM (Aún que esté compilada) por gente sin vida. ¡Suerte! - Homer Simpson -
(Pantalla negra al entrar al servidor.) Sí estaría solucionado la MySQL debería de ir bien, fíjate de nuevo en todo y mira que esté todo bien. Por que yo cuando usaba de GM me daba ese falló y era por la base de datos (MySQL). > Ese error ya lo pude solucionar ahora me tira error el panel de login ¿A qué error te refieres? ¿Le diste permisos en el ACL? Sí me puedes especificar tu error más a detalle te podré ayudar más a fondo.
-
Si buscas uno de pago para X sistemas te recomiendo a https://forum.mtasa.com/profile/47606-aka-blue/ maneja mucho del tema.
- 1 reply
-
- 1
-
-
[VENTA] Panel Login / Registro (DGS)
Homer Simpson replied to ingen1us's topic in Recursos y aportes
No entiendo usa cosa, en esté post está gratis y fuiste tu mismo quien lo publico, wtf? Con mismo link de video y todo... -
Homer Simpson started following DBY
-
Reicibido
-
Si que? Si que?
-
Muy bien pendejo
-
Muy bien pendejo
-
Muchisimas gracias
-
[Help] Error when i create one text and ID
Homer Simpson replied to Homer Simpson's topic in Scripting
Solved, thank you -
[Help] Error when i create one text and ID
Homer Simpson replied to Homer Simpson's topic in Scripting
Yes, i use that but IN GAME it shows all the time the same ID (1) and i need the textID to delete it more faster -
[Help] Error when i create one text and ID
Homer Simpson replied to Homer Simpson's topic in Scripting
It works now but i need to put : /createtext [Something there] [text] and then it works but the ID all the time it´s 1 and in the DB shows the good ID but IN GAME not. -
Well, I explain I am trying to make a system in environments on my server but I have 2 problems and they are the following: Not detecting the ID and the text, the ID is inserted in the database but the text is not. I hope you can help me, thanks. CODE : local elements = { } local function loadText( id, text, x, y, z, interior, dimension ) local element = createElement( "3dtext" ) setElementPosition( element, x, y, z ) setElementInterior( element, interior ) setElementDimension( element, dimension ) setElementData( element, "text", tostring( text ) ) elemen
-
Bueno, os explico estoy intentando hacer un sistema en entornos en mi servidor pero tengo 2 problemas y son los siguientes : No detecta la ID y el texto, la ID se inserta en la base de datos pero el texto no. Espero que puedan ayudarme, gracias. local elements = { } local function loadText( id, text, x, y, z, interior, dimension ) local element = createElement( "3dtext" ) setElementPosition( element, x, y, z ) setElementInterior( element, interior ) setElementDimension( element, dimension ) setElementData( element, "text", tostring( text ) ) elements[ id ] = element end a