Jump to content

qaisjp

Retired Staff
  • Posts

    2,344
  • Joined

  • Days Won

    10

Everything posted by qaisjp

  1. iirc if you're setting them all in order you don't need to state username,password
  2. fyi in phpmyadmin if you do an insert, it'll show you the generated sql after you press okay (before you press CONFIRM)
  3. type /debugdb 2 for verbose info https://wiki.multitheftauto.com/wiki/Se ... ds#debugdb
  4. check if it works with an external mysql client
  5. check your mysql user permissions
  6. okay just navigate to your deathmatch folder try "chmod 755 internal.db" and if it still doesnt work try 777
  7. no error? "just doesn't work"? fyi, if yo on mac: the mta dir may be wrong.
  8. THE RETURN OF THE WHITE PPL Achievement unlocked! A bug found and fixed in MTA 1.0.4 was dug up by you! In all seriousness, first check if this occurs on different servers. If not, try reinstalling GTA (specifically, reset your Gta3.img). If it is still broken, you're probably pirating the game (I'm going to just assume you lost the dvd), in which case you should buy San Andreas or just download a different copy (because you lost the cd)
  9. Right, it's important you understand what's going on here. local function bindKeys() local newVisibleStatus = not guiGetVisible(GUIEditor.window[1]) -- get the opposite of the visibility (if its showing, make it hide) guiSetVisible(GUIEditor.window[1], newVisibleStatus) -- change window visibility state showCursor(newVisibleStatus) -- change cursor visibility state end -- add a bind bindKey("F4', "down", bindKeys) This section is not for us to make your code. Any competent scripter will refuse to provide you code outright (sorry abxf bro ) and it is essential you understand the code we provide you. We provide you code so that you can learn from it, not so we can make your server. Please learn from what we've taught you and apply the code we provide in other areas. The wiki is there and the search feature works perfectly well in the forum as well. Do not expect us (competent scripters) to provide you code at free will without your desire to understand it and learn from it.
  10. To allow this information to be provided for everyone, I'll put a private message containing the acl into context. Setting access to true explicitly allows access but access is by default true. To negate this, if you put access to false in the Everyone group, everyone is denied access. After Everyone is denied access, placing true in the Admin group will override this and just allow the Admin group to use the feature. XRDragon, you need to put resource.hedit.access="false" in the Everyone group as well.
  11. wrong section and please dont double post!
  12. qaisjp

    Join Flood

    Please contact the server in question. We can't help you unless they ask for our help.
  13. by the way, heroes. the second argument limits the source argument. in this case the source argument is the resource that started. "root" means every element, so the event is triggered every time any resource starts. changing the second arg to resourceRoot limits the source argument to resourceRoot, (resource root element), so that only that source can trigger it.
  14. also please dont put "important", it may be important for you but not anyone else
  15. does this mean we can roleplay school life and doing homework and our parents telling you what time to go to bed
  16. Please speak English in the non-multilingual sections.
  17. this but "idea stealing" is immoral
  18. Well that is weird. I'll investigate. edit: try creating a test account and login. i think that the access is only set when logged in. also please send me your acl.xml
  19. Shut down the server. Change ACL. Start server. You can't change and then restart, when the server stops it updates the acl (overwriting manual changes made when the server is running). This issue is not related to hedit.
  20. I believe you need to set a value! I think it's something like . So for group "Admin", you put "true", and for "Everyone", you put "false" I believe Admin overrides Everyone.
  21. Too bad that MTA doesn't allow '?' and ':' in the conditions. ^^" no
  22. You might want to use a Creative Commons license instead.
×
×
  • Create New...