Jump to content

Olle Risk

Members
  • Posts

    164
  • Joined

  • Last visited

Everything posted by Olle Risk

  1. You don't get wanted level in LV or anywhere else either by default, what's the problem? show the code.
  2. I downloaded it to see if I could find anything and my conclusion is that you probably should choose a different game mode. Whoever made that have no idea about how tables or functions in general works, it's just the same bullshit copied over and over again so if there ever was a bug somewhere you'll probably have to patch it in 100 other files as well whenever you'll find it.
  3. triggerServerEvent triggerClientEvent It's actually not that hard, you'll just call the server with the relevant arguments then let it pass them back to the client.
  4. I should probably look at it's code but when you added the new turfs did you add lines in a table, database or similar or does each turf has it's own functions and events? If so you may have forgotten something. Post the errors or eventual warnings.
  5. Did the author also allow you to remove his name? who's the author? why don't you ask him for help?
  6. We don't give support with leaked scripts.
  7. Hello, Does anyone know how I can block non English languages in the chat, I'm using a custom chat system where the message is stored in a variable called "message" which is then printed using outputChatBox. Now my question is, how do I check this variable so that it only contains a set of allowed symbols like A-Z, a-z, 0-9 and a few symbols more? What function do I use?
  8. Nope, there might be if you search however but even if you find something you like it could be compiled and full of annoying bugs. What's the problem with that one?
  9. Alright then, thanks for the info. Are there any plans to make it work with wine in a near future btw? The only issue I noticed was due to "libcef.dll", (does it have anything with the browser to do)? Mismatching file hashes shouldn't be any issue as I'm using the same files on windows without issues (yes it's a cracked gtasa). I run windows on a native booted vhdx disk on the same machine which doesn't seems to be supported by the virtual machine managers for Linux yet either. That's a different story however. Anyway, it would have been pretty neat having MTA 1.5 working with wine.
  10. So I was trying to setup MTA 1.5 client (rev:7374) on my Linux laptop (Linux mint: 17.2 (debian based)) using Wine (latest dev version (1.7.44)). I was forced to use that version of wine to install visual c++ redistributable 2013, 2008 and direct x are installed as well like the rest of the requirements. Anyway, after starting the MTA client it crashes. I ran MTADiagnose tool and I hope anyone can help me see what's causing the crash there. Thanks in advance. http://pastebin.mtasa.com/288702295 (results from diagnose tool).
  11. Alright, now it works exactly as I want. I probably misspelled the event name or something, thank you very much all.
  12. I tried with "onClientVehicleDamage" earlier but it doesn't seem to trigger on those specific cases I described even if the vehicle do get's damaged, I'll do a few more tests and reply later if it doesn't works. Thanks anyway.
  13. Nope, it doesn't trigger when I punch the vehicle or stand on top of it kicking on it. I'm looking for an event that trigger on such actions, I'm using a separate system to manage wanted levels so that's pretty much just 1 line of code for me, I just need help to find a trigger (event) for that piece of code to do what I want.
  14. Hello, I'm trying to set a wanted level on players who commit crimes but I got stuck with the case where a player stand on top of a vehicle and kick it constantly as well as pushing a vehicle from the side with fists or meele weapons. Is there any event available for such attacks? I already tried these: onClientVehicleDamage onPlayerWeaponFire Any ideas?
  15. I think all these open source game modes are more like a base or core system for a server on a specific theme rather than a clone for people who have no idea about how they work. As I'm not sure if this one is leaked or allowed to use I'll just wait for someone with more experience in role play servers development to reply. Until then you might take a look here for more details about general server installation and basic scripting.
  16. The GUI looks pretty basic but the images are nice tho, good luck with this mate.
  17. Try this one, a different chat system tho but it has chat bubbles on local chat and lot's of other useful features.
  18. Good job mate. It definitely beats the current resources trying to do the same thing.
  19. https://forum.multitheftauto.com/viewtopic.php?f=108&t=84338 It has everything you need plus nice looking code (open source) in case you want to modify anything.
  20. Are you deaf? start the resource "interiors", it's included in the default resources package here: https://github.com/multitheftauto/mtasa-resources. Why inventing the wheel twice?
  21. [quote name=..&G:..]Looks like a mta admin hack https://community.multitheftauto.com/index.php?p= ... s&id=11683 Careful, Windows defender says that the included zip file contains a virus of some sort, use Linux to view it safely.
  22. Well the problem is obviously missing ACL rights, start by reading this: https://wiki.multitheftauto.com/wiki/Acl. Then follow their advice and keep the order of how the resources should be loaded in mtaserver.conf A-Z generally and GTWtopbar first followed by GTWgui.
  23. It's not legal just because the MTA can't stop you from doing it, you can't kill someone either just because the MTA team won't be there to stop you from doing it. Think before you post something like that mate. It's up to you to protect your work, setup license agreements, add back doors and other stuff those lazy thief's won't find anyway. If they steal others work, they have no idea about how to make a working resource, take advantage of that.
  24. Lua won't enforce ; (semicolon) at the end of each line like other languages, and in your file you have : (regular colon) after the two write lines, at that runs upon resource stop you won't notice that the script crashes and stops running directly after the first file is written. Remove all the ; and : at the end of the lines and try it, that should work.
×
×
  • Create New...