Jump to content

mjau

Members
  • Posts

    589
  • Joined

  • Last visited

Everything posted by mjau

  1. http://www.sarlr.co.cc/bugtracker
  2. Try a clean acl file and add geoups and acl rights in adminpanel then you can just go to acl file and change true and false to what you like on the group you created.... if you open your server i can help you with that...
  3. Nice resource, you saved me from having to make this myself. If it is ok for you i will use this in my project(give you credits offc)...
  4. show me your acl file, paste it here
  5. mjau

    [REL] DxWorld

    Nice. keep up the good work Axel
  6. function withdrawMoney(accountName, amount) local currentMoney = executeSQLSelect("players", "bankMoney", "accName = '"..accountName.."'") local realMoney = currentMoney[1]['currentMoney'] local newMoney = realMoney - amount return executeSQLUpdate("players", "bankMoney = '"..newMoney.."'", "accName = '"..accountName.."'") end
  7. mjau

    Why Game Kick Me

    Do u have any gta sa trainers running ? if so close them. if that doesnt solve the problem check if u have anything related to gtasa running like txdworkshop... mta recognizes software like txdworkshop as a trainer ...
  8. show me the meta of one of the maps...
  9. nice because paying 10 eur a month for a 100 slot server isnt worth it when i can get 1024 slot for same price
  10. You guys will have same prices and 1024 slots for 10 eur a month still right ?
  11. Yeh i cant wait, if this hosting comes back as good as it was or better i wil use it to host RLR(The server im developing)
  12. viewtopic.php?f=91&t=43689 Isnt this topic about the same ? if yes you dont need to make 2 topics...
  13. CPU: Intel i5 2500k @ / Cooler: Zalman CNPS9900 MAX RAM: 8GB DDR3-1600 Mhz Motherboard: Asus P8P67 Deluxe GPU: Sapphire Radeon HD 6850 1GB GDDR5 PSU: Cooler Master GX650W Case: Cooler Master HAF922
  14. Hi i wanna create a small bar with images at the bottom of the screen which is no probelm but i want the icons to expand/get a bit bigger when cursor is over them how to do this ?
  15. This is awesome hope mta team fix fire and train sync soon
  16. mjau

    ipairs and pairs

    isnt it more than than that ?
  17. Can someone tell me whats the diffference with pairs and ipairs and which can be used where ?
  18. https://community.multitheftauto.com/index.php?p= ... ls&id=4625 https://community.multitheftauto.com/index.php?p= ... ls&id=4624 https://community.multitheftauto.com/index.php?p= ... ls&id=4623 https://community.multitheftauto.com/index.php?p= ... ls&id=4622 https://community.multitheftauto.com/index.php?p= ... ls&id=4621 https://community.multitheftauto.com/index.php?p= ... ls&id=4620 https://community.multitheftauto.com/index.php?p= ... ls&id=4619 https://community.multitheftauto.com/index.php?p= ... ls&id=4618 All car mods
  19. I know but i just wanted to mention them too...
  20. GTA SA and all Gran Turismo games exept prouloge or whatever it was named that sucked ...
  21. You dont even need to use call function there is a easier way exports["resource-name"]:exportedFunction ( Arguments ) you can make it even simpler variable = exports["resourcename"] variable:exportedFunction(arguments)
  22. Answer to the second question: You have to edit the race gamemode which will be a bit hard for a beginner so i suggest learning lua properly first Read this... https://wiki.multitheftauto.com/wiki/Scr ... troduction
  23. because you most likely dont know how to debug a script this advanced which Neversay need help with and do you know mySQL and SQLite scripting ?
×
×
  • Create New...