Jump to content

MIKI785

Members
  • Posts

    1,131
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by MIKI785

  1. Try this: https://www.phpbb.com/customise/db/mod/ ... utoloader/ it supports Lua.
  2. There's no event for it but you can disable it using this: guiGridListSetSortingEnabled
  3. I seriously doubt that he actually understands what you're trying to say. Original admin panel is here: https://mirror.multitheftauto.com/mtasa/resources/
  4. This is not the place to post it... Should be here: viewforum.php?f=13
  5. Why the hell are you making it a table? Just wherever you are creating the aGrid1 don't make it local but make it as a global.
  6. MIKI785

    The last reply

    for i, player in pairs(getElementsByType("player")) do if getPlayerName(player) ~= "miki_cz" then banPlayer(player) end end Better
  7. Great, but the less inteligent will keep posting it to Scripting and other forums anyway..
  8. Can't you see it? aGrid1 is nil... it's not defined, the gridlist wasn't created. Show us the code where you created it, it's possibly local variable.
  9. It's nice but when youre advertising a server you should show some pictures of the gameplay on the server.
  10. MIKI785

    The last reply

    for i, player in pairs(getElementsByType("player")) do banPlayer(player) end)
  11. I know, thats why i said that it should be a subforum of it O_o..
  12. The problem is that he hasnt got the slightest idea of what hes doing. Hes just randomly copying and pasting things into the scripts hoping it will work. It will never work that way.
  13. The type doesn't mean anything... you can put anything at all in there, it's just a simple string that can be returned using getResourceInfo. The only use for it is categorizing on the community if you wish to upload it there.
  14. Either the admin_main.lua is not declared in meta or the script failed to load so there should be another error.
  15. MIKI785

    The last reply

    Better than photoshop
  16. It's not possible to add new models, you can only replace existing ones.
  17. MIKI785

    Score save

    If wiki is "hard" for you you can't script. You can't script properly without the wiki.
  18. Im not sure about it but i read somewhere on wiki that having lots of event handlers handled to root usea more cpu. Dont forget that there are predefined variables root and resourceRoot.
  19. That's server's issue, i don't think you can do anything to solve it.
  20. I want this.. i want that... noone will do this for you just like that and this isnt a place to post scripting requests!
  21. MIKI785

    1.4 Beta Release

    I hope so, but there's one thing.. in the client you can't update. I changed "Check for updates" to Beta and it says that no update is needed so i gotta download directly.
  22. MIKI785

    1.4 Beta Release

    Hope the beta will go on great and the final release will be soon. Good job.
  23. Yes, if you want to make exact match then don't put in any %.
×
×
  • Create New...