Jump to content

Layla

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Layla

  1. We have the same thoughts ?
  2. I still got the same error on line 11
  3. Still the same. I still got the error.
  4. Hello can anyone tell me or help me to solve this error? local users = { ["layla"] = 5, } addEventHandler("onServerPlayerLogin", root, function() local name = exports.serverCore:getPlayerAccountName(source) if users[name] ~= nil then setElementData(source,"premium", users[name], true) end end) Kindly please help with this
  5. Could you enlighten it, because I don't understand why I should modify that event?
  6. Can anyone give me an example for sending a command from Discord to MTA. E.G: !ban random123 reason123 !onlineplayers Btw thank you in advance if anyone could reply.
  7. Can anyone give me an example for sending a command from Discord to MTA. E.G: !ban random123 reason123 !onlineplayers Btw thank you in advance if anyone could reply.
×
×
  • Create New...