Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. You could store all the players and their cities in a table, then sort it with table.sort.
  2. Please keep everything on english.
  3. removeWorldModel ( 1468, RADIO, X, Y, Z ) O podes usar el map editor.
  4. getCamera attachElements or setCameraMatrix
  5. The limit is not per resource, it's a global limit it seems, when it goes over 400 textures, the bug shows up.
  6. No offense, but I'm looking for a fix on my issue, not a resource to use. And the application is Steam.
  7. TXD files, I considered using shaders, but I'm not really sure how efficient will it be, and the impact on the player FPS. @Necktrox: AMD Catalyst driver 14.9.
  8. AMD HD 7850 2GB GDDR5 @Gallardo: Right now, I made it load 1 texture every 50 milliseconds, but I really doubt the speed is the problem, it seems to be more like a MTA limit.
  9. Hello, So, today I wanted to replace entire map to add snow textures, but when I did so, the buildings become invisible. The amount of textures I replaced: 1114. I tried replacing 400 and the problem did not occur, so I take it that there is some sort of limit? Video explaining the problem: Is there anything that can be done? or is just impossible to replace this amount of textures?
  10. Castillo

    Search...

    I really don't understand what do you mean, could you explain yourself better? or perhaps show some pictures of what you are talking about?
  11. Y el error que te aparece es...?
  12. You are using the wrong arguments. 'source' is the colshape you hit, not the element who hit it, and 'theZone' in this case, is the element that hit it.
  13. O simplemente cambias el estilo de tu tabla: reasonNames = { [ "Quit" ] ="QUIT", [ "Timed out" ] = "TIMED OUT", [ "Banned" ] = "BANNED", [ "Kicked" ] = "KICKED" }
  14. Change the description to "DELETE THIS" so we can know it's yours.
  15. What interior system are you using?
  16. It's done by a shader. https://community.multitheftauto.com/in ... ls&id=4600
  17. You could disable the fire control. toggleControl
  18. Do you get any error in the debugscript?
  19. (logIn(player, account, password) == true) then You forgot the 'if' before logIn.
  20. addCommandHandler getPlayerFromName giveWeapon
  21. Castillo

    MTA Resources

    https://wiki.multitheftauto.com/wiki/Se ... our_server
  22. You want to sort the table using the 'time' value? if so, use table.sort
×
×
  • Create New...