Jump to content

Callum

MTA Contributors
  • Posts

    865
  • Joined

  • Last visited

Everything posted by Callum

  1. It is not possible to use elements in ACL.
  2. Callum

    Mta timeouting

    Somehow find out the website address for the server. Most forums have a section for ban appeals.
  3. Callum

    Commands

    No, the server will need to script such a feature.
  4. I would recommend reading the following article, which tells you how to use 'screen': http://www.howtoforge.com/linux_screen
  5. I assume you are referring to the Freeroam map. After a brief look, it seems you can set "*spawnmaponstart" to "false" in the meta.xml of the Freeroam resource.
  6. If you use software such as Notepad++, you can use the Replace All feature (Ctrl+H).
  7. You need to pass the object argument to the timer: setTimer(function (obj) detachElements (obj) end,2000,1,object)
  8. You have to manually edit all of the gamemodes, and ensure they only effect the players that are currently playing them.
  9. 63 is a death reason, rather than a killer weapon. ID 63 means that the ped has died from an explosion.
  10. To prevent people being able to create hacks, as it contains the networking code and anti-cheat.
  11. net.dll and netc.dll are closed-source and the source code is not available to the public.
  12. Can't you just make the other domains redirect to this domain?
  13. Sorry for making a topic about this, but I have nine patches for MTA pending, some from early 2012. I'm not moaning at the MTA team, I understand you have a lot of work to do, but if anybody could check over my patches, it would be appreciated. My patches can be found here, and most have a corresponding issue on the Mantis Bug Tracker. Most are for mtasa-blue, but a few are patches for mtasa-resources.
  14. Never encountered any problems with the forum on IE9, Safari (iPad), or Chrome.
  15. Callum

    Jaild

    Surely a mere conditional check would solve your problem. Within the function that toggles F1 check whether they're jailed. If so, do nothing.
  16. Callum

    Help,again :(

    Have you registered the account as well as simply placing the username in the ACL? Does your login/registration system use the native MTA account system, or another form of data storage (e.g. XML, SQLite, MySQL)?
  17. Issue has been resolved over IRC.
  18. A more sensible approach would be to make use of timers. Set a very frequent timer and execute the loop in portions. Your method will simply stall the server and all players will eventually time out.
  19. The short way of saying weapon is wep, not weap. For me, 'weap' makes me think of somebody crying. Anyway, in the onPickupHit function, you do not need to use giveWeapon, as it happens automatically. Alternatively, you can use cancelEvent and manually distribute the ammo via giveWeapon.
  20. What is the best FPS setting a server can use, without any side effects? I know some servers use 100, the maximum, but I heard that some weapon skills (setPedStat) don't work with any more than 60 FPS.
  21. You can use onClientVehicleDrown.
  22. I'm getting this same problem on Ubuntu Server 12.10. Yes, the MySQL module is correctly placed and the file permissions are setup correctly. Apparently, 'libmysqlclient15' doesn't exist, so instead I have installed 'libmysqlclient-dev'. However, this has not solved the problem.
  23. I just use a UTF version of LuaC and bulk compile all of the 'Development' folder with a batch script (the result is placed in the resources folder).
  24. Callum

    Server Browser

    It used to be based on ping, if I recall correctly.
  25. Not entirely sure, but playSound may return a sound element even if the URL is incorrect, or the file is inaccessible. Check your client console (F8) after the playSound has executed, it will show any errors.
×
×
  • Create New...