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

Owner and Scripter in (Project Army 24/7)

My Ingame name is Crespo

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.

My ingame nick is ~HyPeX~

BF3 Gamemode Progress: ~30% - Currently working on AI & MapManager

gKhdyRJ.png

Posted

Tema movido a la sección correcta.

@Crespo: Que script estas utilizando?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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.

Owner and Scripter in (Project Army 24/7)

My Ingame name is Crespo

Posted

Postea el script, no podemos ayudarte sin saber como funciona.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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

My Server: GTA | Project Army sv.

350x20_FFFFFF_FFFFFF_000000_000000.png

My nickname in game is: PiojitoS

Posted

El error significa que la tabla "GangMembers" no existe.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

Ok gracias Castillo, igual la tabla esta pero se ve que tengo un error ya me fijo de inmediato muchas gracias... :D

My Server: GTA | Project Army sv.

350x20_FFFFFF_FFFFFF_000000_000000.png

My nickname in game is: PiojitoS

  • Recently Browsing   0 members

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