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 Owner and Scripter in (Project Army 24/7) My Ingame name is Crespo
.: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. My ingame nick is ~HyPeX~ BF3 Gamemode Progress: ~30% - Currently working on AI & MapManager
Castillo Posted April 20, 2014 Posted April 20, 2014 Tema movido a la sección correcta. @Crespo: Que script estas utilizando? San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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. Owner and Scripter in (Project Army 24/7) My Ingame name is Crespo
Castillo Posted April 20, 2014 Posted April 20, 2014 Postea el script, no podemos ayudarte sin saber como funciona. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Crespo_ Posted April 20, 2014 Author Posted April 20, 2014 ahorita lo postea mi amigo Owner and Scripter in (Project Army 24/7) My Ingame name is Crespo
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?? My Server: GTA | Project Army sv. My nickname in game is: PiojitoS
Castillo Posted April 20, 2014 Posted April 20, 2014 El error significa que la tabla "GangMembers" no existe. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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... My Server: GTA | Project Army sv. My nickname in game is: PiojitoS
Recommended Posts