Jump to content

Ayuda con Turf system de castillo.


Crespo_

Recommended Posts

aqui les dejo la linea.

addEventHandler( 'onResourceStart', resourceRoot, function() 
    sql.Query( "CREATE TABLE IF NOT EXISTS Gang_truf (\ 
    ID INTEGER, X REAL, Y REAL, W REAL,\ 
    H REAL, Gang STRING, R ,\ 
    G , B , sX REAL, sY REAL, sZ REAL )" 
    ) 
    setTimer (TiempoDeTrufs, 50000, 0) 
    local t = sql.Query( "SELECT * FROM Gang_truf" ) 
    for i = 1, #t do 
        createTruf( t[i].ID, t[i].X, t[i].Y, t[i].W, t[i].H, t[i].Gang, t[i].R, t[i].G, t[i].B, t[i].sX, t[i].sY, t[i].sZ ) 
    end 
end ) 

Link to comment

En primeras, no hagas repost (Lo digo porque vi 2 posts tuyos del mismo caso) y para comenzar el problema que nos muestras no lo veo en ninguna parte del script que posteaste

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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