Jump to content

RekZ

Members
  • Posts

    346
  • Joined

  • Last visited

  • Days Won

    7

RekZ last won the day on April 30

RekZ had the most liked content!

2 Followers

About RekZ

  • Birthday 28/04/1995

Details

  • Gang
    Street Fighter Racer
  • Location
    Spain
  • Occupation
    Student
  • Interests
    Cosas Nazis :3

Recent Profile Visitors

4,055 profile views

RekZ's Achievements

Fool

Fool (23/54)

25

Reputation

  1. Thats really sad, was a good server
  2. SCAM https://community.multitheftauto.com/index.php?p=resources&s=details&id=19015 Staff edit: resource removed for having no scripts and being used to advertise external platforms
  3. Yes, i use that system because of this, if more easy than create a system using elementdata or tables for known who is loggin https://wiki.multitheftauto.com/wiki/IsGuestAccount
  4. On my server, I use both: the MTA database to know only whether the user is logged in or not, and MySQL to store all the information and be able to share it across servers. I have several tables in MySQL: one just for login, where I store the email, password, and username, and another one to store user information.
  5. Good afternoon, I have a Wireguard server installed on Windows Server, and when I activate it, it blocks the Server Browser UDP port ( <serverport> + 123 ) of my MTA servers. I assume it also blocks other services, but since I don't have them, I can't be sure. I would like to know if anyone knows why this happens or if there is any solution. Thank you.
  6. Thanks, I will do some test using checkPassiveTimer, It would be nice in the future, the same event that controls the repeated execution of events could also tell you which event is being indiscriminately executed. This could help (in my opinion) make older resources lighter or let you know what event are the modders trying to exploit.
  7. Use the performancebrowser and monitorice your client to see what resource have the data leaks
  8. Hi! @FernandoMTA This will be my last Issue, I promise xD you need to add The Skin ID 199 in the Data.lua
  9. @Shibsol try to use this resource, maybe there are some leaks in your way to import mods, i have 2gb of mods (vehicles, skins and maps) and all works fine, the resource is very easy to use, and it loads the mods 'friendly' for the CPU
  10. Is this a joke? Haha, you didn't read my post... I'm asking for a way to figure out which trigger is causing me problems, I don't want to control invalid triggers..
  11. Hello, I wanted to know if there is any way to see the name of the event that is causing me problems. In older scripts like Slothbot, it's very difficult to know which event is being continuously executed, there are many of them. function processPlayerTriggerEventThreshold() kickPlayer(source, "Event spam") end addEventHandler("onPlayerTriggerEventThreshold", root, processPlayerTriggerEventThreshold)
  12. Hi, I need help to code that sends a photo to a Discord using his webhook, but I can't get it to work. I'm using the 'takePlayerScreenShot' and 'onPlayerScreenShot' I've made several attempts with the code, but none of them have work... I can't really find any useful information that works.
  13. I Think the wait list is like a year jajajaja
×
×
  • Create New...