Jump to content

Callum

MTA Contributors
  • Posts

    865
  • Joined

  • Last visited

Everything posted by Callum

  1. Change line 290 to: "command.refreshall" access="true">
  2. Callum

    Compiler

    The 'Hi-Tech API' illustrates a variety of methods of compiling.
  3. It entirely depends on how resource-intensive your resources are. Servers can be hosted on really expensive hardware but then be plagued by inefficient resources.
  4. I believe you use shaders.
  5. Callum

    Convert number

    To round to an integer, simply: math.floor(number+0.5)
  6. It has been reported on the bug tracker, and is currently planned for 2.0
  7. I don't think it is. I remember when I wanted to use hundreds of custom objects I needed to make a list of IDs that MTA was able to replace.
  8. According to the anti-cheat guide the server has disallowed the use of Linux Wine.
  9. Callum

    Fuck DDoS

    That can only protect your website from a DDoS attack.
  10. Callum

    How to ...

    Simply register a channel on IRC and look at the URL parameters for Mibbit.
  11. There are plenty of free forum solutions that you can use. For example, forumotion. Enter the details and it will install a forum for you.
  12. You can modify the binds by selecting 'Settings' from the main menu, and navigating to the 'Binds' tab. From what I recall, you only need to use the mouse and the keys you want binding.
  13. Can't reproduce this. The input just disappears along with the chatbox, and everything works as normal.
  14. input = input:gsub("[^%w]","") Where 'input' is the text the user input (collected with guiGetText). %w is the character class for alphanumeric characters. ^%w means all characters that aren't alphanumeric.
  15. I created a Synced Fire community resource which allows you to create and then destroy fire elements. Admittedly the resource does need improving, but it does the job.
  16. As the messages implies, the database is not configured. You need to investigate the code (I'd start with line 62 of connection.lua) and attempt to configure the database.
  17. Callum

    Hosting

    The VPS Classic range offered by OVH is relatively cheap. The hardware isn't very impressive, but the high-end ones should run an MTA Server just fine.
  18. You need to use the engine functions, such as engineImportTXD and engineLoadTXD for TXD files.
  19. Callum

    Can't join any server

    When connecting to Map Editor, press F8 to access the client console. This should output the Map Editor's server log, and indicate any issues (such as missing resources).
  20. Callum

    Ping Problem

    This sounds like an issue with your Internet connection. Do you have the same ping issues on other servers? Try contacting your ISP.
  21. Perhaps a firewall is blocking the port, or even your ISP.
  22. After reading over the publicly available information, the BII may seem like a faceless organisation that has randomly appeared out of nowhere. I am the Director of the organisation, and it was initially created in mid 2013. It was quite successful, but was later disbanded after I went inactive. I am now relaunching the organisation and intend on keeping it alive, and hope that the MTA community will try it out before judging it. Why should you trust it? We don't make any profit from offering any of these services; everybody that works for the BII does so voluntarily. Our investigations and operations are released to the public after they have ended. In order to maintain transparency, we are recruiting an 'Inspector General' who will oversee all operations and ensure everything is done legitimately. If you have any further ideas of how we could improve trust, I'd be willing to consider them. Most people claim MTA is just a game, and therefore why would MTA ever need anything as over-the-top as this? Well, for some people MTA is a career, for others it is a business oppertunity, for others it is a hobby. On a daily basis scripts are stolen, services are attacked, and systems exploited. Players rarely appreciate this, as it all takes place behind closed doors, but undoubtably this happens, and there is no entity within the community that aims to tackle these major issues. This is the reasoning behind the creation of the BII.
  23. Have you tried the 'Basic' menu?
  24. If you press F8 after starting the server you will see the server console log. It should output any errors there.
×
×
  • Create New...