Crespo_ Posted April 19, 2014 Posted April 19, 2014 ¿alguién me podrá ayudar con este error? [2014-04-19 17:18:27] ERROR: Gang-System/server.lua:80: Database query failed: no such table: GangMembers
.:HyPeX:. Posted April 20, 2014 Posted April 20, 2014 Deberias postear esto en la seccion español, en español, este foro es el general y únicamente en inglés. -- You should post this in spanish section, in spanish, this forum is general and only in english.
Castillo Posted April 20, 2014 Posted April 20, 2014 Tema movido a la sección correcta. @Crespo: Que script estas utilizando?
Crespo_ Posted April 20, 2014 Author Posted April 20, 2014 un gang system que me dio @ignacio sinfreu que el lo diseñó con funciones de otro script parecido... el punto es que el tampoco sabe porque le salta ese error.
Castillo Posted April 20, 2014 Posted April 20, 2014 Postea el script, no podemos ayudarte sin saber como funciona.
PiojitoS Posted April 20, 2014 Posted April 20, 2014 addEventHandler ("onPlayerChangeNick", root, function (old, new) if not isGuestAccount (getPlayerAccount(source)) then local mygang = getElementData(source,"Gang") local cuenta = getAccountName(getPlayerAccount(source)) if mygang ~= "" then executeSQLUpdate("GangMembers", "MemberName = '".. tostring(new) .."'", "MemberAccount = '"..tostring(cuenta).."'") if getElementData (source, "gangLeader") == "yes" then executeSQLUpdate("Gangs", "LeaderName = '"..tostring(new).."'", "GangName = '".. tostring(mygang) .."'") end end end end) Soy TraficanteDeCrack y tengo el servidor yo con Crespo y el script me da este error como hago??
Castillo Posted April 20, 2014 Posted April 20, 2014 El error significa que la tabla "GangMembers" no existe.
PiojitoS Posted April 20, 2014 Posted April 20, 2014 Ok gracias Castillo, igual la tabla esta pero se ve que tengo un error ya me fijo de inmediato muchas gracias...
Recommended Posts