Jump to content

Callum

MTA Contributors
  • Posts

    865
  • Joined

  • Last visited

Everything posted by Callum

  1. SQLite is sufficient for an MTA server, and in some cases faster than MySQL. You can obtain a login system from the MTA Community website.
  2. He is allowed since this topic is still active, when it gets inactive it will get low auto Clearly it is still active if he is bumping it.
  3. I don't think you're supposed to bump the topic every week, or there would be an endless stream of bumped topics.
  4. Callum

    close this topic

    Well, this shows how knowledgable the "company" manager is.
  5. Ideally you should do it client -> server -> client Element data would be a waste of data, if only one client needs the information. Setting element data would effectively be triggering a client event for every player.
  6. The first problem isn't a problem, but rather a feature of the Stealth gamemode. Secondly, you are lacking a script that manipulates setPedStat, giving you increased weapon skills.
  7. Callum

    HELP MTA

    Try deleting gta_sa.set in Documents\GTA San Andreas User Files
  8. As far as I'm aware, it's not possible. You need to trigger a client event to download the bans list. Beware, you should only send 500 or so at once; servers with thousands of bans can crash the client.
  9. Unless you are unable to perform basic arithmatic, I wouldn't recommend using GUI Editor to create user interfaces. It will loook different on each resolution, and the variable names aren't much help.
  10. It may be possible using these functions.
  11. Just create a server-side table and when the command is used; cooldownTable[playersAccountName] = getTickCount() When they next come to use the command, check that getTickCount()-cooldownTable[theirAccountName] is more than 6 hours (providing the index exists).
  12. Callum

    Got a problem.

    Either change 'p' to source (and remove 'p' from the function params), or change Line 4 (client-side) to; triggerServerEvent("aclAdmin5",localPlayer,localPlayer)
  13. Use the 'type' function. For example, the following code; type(10) Will return 'number'.
  14. Briefly: I will offer professional development services in exchange for money over PayPal. PM me for more information. Long explanation: I discovered Multi Theft Auto around the time of Summer 2007, and ever since I started playing I have had a great interest in scripting and server development. I have now been doing Lua scripting for almost 5 years, and am competent with almost every aspect of scripting and development. Prior to now I have always helped people for free, as I have had no reason to need money. Though, now I need to save up as much money as possible in the next 18 months (details aren't needed, PM if you want to know why). So I am offering professional scripting, optimisation, services management, and Lua lessons - all in exchange for money over PayPal. However, I may be able to help with more than just Lua. I have vast experience in scripting (Lua, Squirrel), programming (Visual Basic, C#, C, C++), web development (HTML, JavaScript, PHP), computer networking (active directories), services management (installation and operation of dedicated servers), and many other things. Past Experience (Lua) Fast & Furious RPG (DP2.3 RPG Server) Primary Developer Twiva/SANL RPG Founder/Owner/Development Co-Ordinator VCES/SAES HQ Staff/Head of Development Project Redivivus Scripting Consultant/Programmer
  15. Callum

    Help please

    It will work with anything, if done correctly.
  16. Callum

    Tab doesn't work..

    The former name of the scoreboard resource is dxscoreboard.
  17. Callum

    problem

    Why do you need to check whether or not the resource is in the "Admin" ACL group? As far as I can see, the conditional check at line 12 can be removed entirely.
  18. Callum

    Help please

    setTimer getRandomPlayer createVehicle warpPedIntoVehicle
  19. Callum

    1 Min

    Divide by 60. To get an integer result (no decimals) use math.floor.
  20. Callum

    HELP

    Your question is quite unclear - what are you trying to do, run the resource?
  21. First make the GUI, ensure it all works correctly, and then make the GUI usable by linking it to a command, event, or whatever.
  22. Callum

    Fu Help!

    Perhaps telling us what the problem is will bring a solution. On another note, you should be using isElement checks server-side, incase the player quit before the event was triggered.
  23. Sorry to be a bitch but you always call it 'PasteBin', while it's called 'Pastebin'. Dunno why that annoys me.
×
×
  • Create New...