Jump to content

Cadu12

Retired Staff
  • Posts

    827
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Cadu12

  1. onClientGUIClick if button == "left" and state == "up" then -- do end
  2. function onPlayerWasted() local ban = banPlayer ( source, false, false, true, nil, "Foste Morto!", 0 ) setTimer(function(ban) if (ban) then removeBan(ban) end end, 20000, 1, ban) end addEventHandler ( "onPlayerWasted", root, onPlayerWasted ) function onResourceStart() for i, v in ipairs(getBans()) do local reason = getBanReason(v) if (reason == "Foste Morto!") then removeBan(v) end end end addEventHandler ( "onResourceStart", resourceRoot, onResourceStart )
  3. No. First of all, you must read about 000webhost, which is DISABLED for games script.
  4. What about getHostname, and not IP? Hostname never change it. I guess MTA can do.
  5. Use if check has element: isElement
  6. If you know how to change serial, please report MTA Team to fix and/or make anti-change.
  7. MTA has already auto-start resources when you start server.
  8. Cadu12

    Money...

    Using triggerServerEvent for setPlayerMoney/givePlayerMoney/takePlayerMoney It is BAD idea, because hacker is able to set money.
  9. Cadu12

    Money...

    Just change client-side to server-side.
  10. Cadu12

    Doesn't Ban

    The hacker able ban to anyone. So use hasObjectPermissionTo...
  11. Cadu12

    Arenas

    Do you mean you want Arena-system like FFS? If so, do script by yourself or pay.
  12. What are you using modem? If you are using modem like my, try viewtopic.php?f=105&t=49576
  13. Lol, that's equal my modem, I can help. 1. Change to Port Triggering, and not Virtual Servers 2. DMZ, click "Enable", and then put your IP (192.168.1.100)
  14. Please do not multi-posts, just press "Edit" button at top right.
  15. Well, I tinhk it should problem is modem, you have to buy new modem.
  16. We're not going make requests for you, only is we can fix your OWN SCRIPT.
  17. Please learn Lua, we're not going edit for you. It is very easy to edit scoreboard colors.
  18. No. We're not going allow mod/hacks. It can be script as possible.
  19. Well, the scripts was made by me, so you're not allowed give other new scripter to fix bug or some, because the scripter will steal of my scripts. Only you can do is make a new scripts.
  20. Battle, don't ignore Scooby, he is helping you. If you are ignoring him, you're not getting help.
  21. We are not making race shop for FREE. Go learn by youself or buy script.
  22. Cadu12

    how to?

    https://wiki.multitheftauto.com/wiki/Shader
  23. Do not copy and paste, else you'll get error... Please read the wiki. I'm sure you didn't made that, and you dont want learn Lua.
×
×
  • Create New...