Jump to content

[Ayuda con Gang System]


Crespo_

Recommended Posts

Posted

¿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

Posted

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.

Posted

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.

Posted
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??

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...