Jump to content

mtamaster97

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by mtamaster97

  1. Nope can u please copy me code or something or write one, please i'm rly noob in this
  2. Guys i need help, can someone write me code that will make players have tag and name colors if u know what i mean(to make player have [JK]Slave2God and not [JK]#50b200Slave2God) to add it to scoreboard resource. Or just post some link with good help for it
  3. I figure out already, ye, do u've skype?
  4. How to make it invisible? I'm rly amateur at this, sry.
  5. Hello I'm scripting login panel and i want to users do not use guiEditFields i want to they be able to type in rectangles Ik which functions and events to use but idk how, cuz i'm new in MTA and in Lua scripting local text = { } addEventHandler("onClientClick",root, function () (we check if the click is in the Rec) then addEventHandler("onClientKey",root, function () (we add the letter to the text table) end ) end addEventHandler("onClientRender",root, function () dxDrawText(table.concat(text).....) end ) but idk how to write it correctly, every time i try i screw up something , anyone help ?
×
×
  • Create New...