Jump to content

MIKI785

Members
  • Posts

    1,131
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by MIKI785

  1. The problem disappeared with my new internet connection... it's ok now for me.
  2. I don't think that's the problem If the function wasn't there the error would be that he's attempting to call nil value.
  3. The server you're trying to connect to is the same server as the one on which the MTA server is hosted?
  4. I think that if you have wrote the tutorial instead of making a video it would be better.
  5. Hmm, there are spammers on my forum too and I didn't have this problem there.
  6. Try cancelling the https://wiki.multitheftauto.com/wiki/OnPlayerChangeNick event
  7. MIKI785

    panel help

    Make your own, that's the best solution.
  8. Good job, you should keep that up.
  9. I can't wait for the new trailers, I just hope that they won't be short.
  10. Good, it's always good to see something new.
  11. Maybe topics moderation in this section would help, all new topics would have to be approved by moderator.
  12. This happened to me a few minutes ago. Maybe it's the client's problem, because I have currently shit internet
  13. No, it should be enabled. In this case I don't know... it worked for me.
  14. Nice, but for me the best way is to do everything manually in the code.
  15. MIKI785

    Green Candy

    It's great, that would be awesome in MTA
  16. If the account is supposed to be the killer's account, change thePlayer to killer... function killReward (totalAmmo, killer, killerweapon, bodypart, stealth) local accountname = getAccountName(getPlayerAccount(killer)) if isObjectInACLGroup("user." .. accountname, aclGetGroup("VIP")) then if (killer) and (killer ~= source) then givePlayerMoney (killer, 1000) end end end addEventHandler ("onZombieWasted", getRootElement(), killReward)
  17. Did you enable 3D acceleration in options? I had this problem as well and I think that this was its solution.
  18. MIKI785

    bindKey

    If you're trying to copy FFS again you should at least learn some Lua... you post here help topics with every little thing, this won't get you anywhere. Copying won't get you anywhere anyway...
  19. Why do you use dx text in GUI? Just use gui labels.
×
×
  • Create New...