Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. That's because the only supported element is a player for now, wiki quote:
  2. This line: skingui = guiCreateWindow(500,200,290,440,"Skin Shop",true) The values are set as Absolute, but you set it as Relative ( 'true' at the end ). Should be: skingui = guiCreateWindow(500,200,290,440,"Skin Shop",false)
  3. Use: setCameraMatrix
  4. Castillo

    Stack overflow

    I'll lock the topic before it turns into a war.
  5. No, eso va a respawnearte si estas en la zona DM.
  6. Descargala aca: https://nightly.multitheftauto.com/
  7. Why is the gate script using that function then? did you make these scripts?
  8. First check if the function is on the script.
  9. La gente cada vez esta mas ciega , yo ya puse la funcion que necesita .
  10. This has been suggested before.
  11. As you can see, there function "lazyQuery" is not exported by "mysql" resource.
  12. Can you post the content of the file I mentioned before?
  13. Search for lazyMysql in the file: "mysql/meta.xml".
  14. The resource 'mysql' has either missing exported function at "meta.xml" or the function is not in the script at all.
  15. Castillo

    SQL

    You're welcome.
  16. Castillo

    SQL

    Rename your table to something else.
  17. Agree, topic locked. @Topic creator: If you want it to be unlocked, PM me.
  18. No as far as I know, what you can do is remove event before attach.
  19. Simplemente aprende del ejemplo de la wiki.
  20. local item = guiGridListAddRow ( grid ) guiGridListSetItemText ( grid, item, columna, getPlayerName (unpack( alivePlayers )), false, false ) Eso no tiene el menor sentido. Mira el ejemplo aca: https://wiki.multitheftauto.com/wiki/GuiGridListAddRow
  21. Because he didn't gave you that to copy and paste it on your script.
×
×
  • Create New...