Jump to content

Gothem

Members
  • Posts

    194
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

1,134 profile views

Gothem's Achievements

Mark

Mark (16/54)

0

Reputation

  1. exports.dxlib:dxEdit(24, 44, 175, 32, "") exports.dxlib:dxEdit(24, 104, 175, 32, "") button = exports.dxlib:dxButton ( "Авторизация", 23, 635, 178, 32, textura, fuente, color_enfasis ) addEventHandler('dxClick',button,function(clicked_button) --authorize player end,false)
  2. Por las weas que discuten xddd https://wiki.multitheftauto.com/wiki/CreateBrowser ahi tienes ejemplos de como hacerlo
  3. Supuestamente si, con el buscador de MTA ( createBrowser ).
  4. Actualizado el recurso en la community con más funciones y características
  5. Gothem

    File editor

    Updated the topic with the instructions for open a file ( sry for forgot that )
  6. Gothem

    File editor

    Here is a simple file editor resource. With this you can edit LUA files in game. This is still a work in progress, so some bugs can be found. If you see one, please inform me. Features: - Function suggestion - Function info - Color coded To open a file just use: /open :resourcename/filename.extension or /abrir :resourcename/filename.extension Where: -resourcename: The name of the resource where is the file. -filename: The name of the file with the adress of folders behind. -extension: The extension of the file. Download and more info: HERE
  7. nice map! loved the song and it's really hard.
  8. en la función getBloodBoss en el script de cliente, sale que llamas a la variable nemesis, pero en ningún lugar defines esa variable.
  9. algun error en debugscript ?
  10. de por si una tabla que este en un archivo, se podra llamar en todos los demas archivos del recurso, teniendo los cambios que puedan hacer los otros. Es decir, solamente tienes que definir la tabla una vez y ya puedes modificarla en todos los archivos de codigo del recurso.
  11. te tira algun error en debugscript al usarlo?
  12. Gothem

    i'm Need ListDx

    sure? https://community.multitheftauto.com/index.php?p=resources&s=details&id=12235
  13. https://community.multitheftauto.com/index.php?p= ... ils&id=953 https://community.multitheftauto.com/index.php?p= ... ls&id=2322 there you have two resources that make what you want.
  14. La verdad no tengo el codigo con el cual hice esa lista, pero se podria hacer de la misma forma que como se hace con CEGUI, creo que con este codigo se logra si no me equivoco: local grid = dxGridList ( 100,100, 100, 200 ) dxGridListAddColumn ( grid, 'arma' ) for i=1,20 do local row = dxGridListAddRow ( grid ) dxGridListSetItemText ( grid, row, 1, 'test'..i ) end
  15. el repositorio esta en bitbucket, les dejo el enlace: https://bitbucket.org/gtalatino/dxlib
×
×
  • Create New...