Jump to content

Thelastride

Members
  • Posts

    172
  • Joined

  • Last visited

Everything posted by Thelastride

  1. This reply is proving me what a great "spammer" you are.
  2. ninja and lion will win
  3. Thelastride

    Delete

    Sad good luck with whatever you do!
  4. It says nothing to download.Did you decide to remove it after or what?
  5. Yes givePlayerMoney client side will give fake money because most of scripts use getPlayerMoney serverside.
  6. Emotions are funny.Good work!
  7. It says from 1.2.1 onwards.Where do I get 1.2.1 or its same as 1.2?
  8. It means there is some variable without any value set.Make sure all account data values are set.
  9. Like this.Take x y z then put values closer to x value in math.random. spawnPlayer (source, math.random(0,5), 0, 5, 0, 29, 0, 0, spawnTeam)
  10. This thing will be available from mta 1.3.I doubt there is any such kind of script.
  11. untxt and pstxt values are not set.It takes value only when you click on other button.You never did guiGetText when it clicks on rgbtn button. Do like this function getRegEdits() untxt = guiGetText(uned) pstxt = guiGetText(psed) triggerServerEvent("register", root, untxt, pstxt) end addEventHandler("onClientGUIClick", rgbtn,getRegEdits)
  12. Oh yes sorry. addEventHandler("onClientGUIClick", rgbtn, triggerServerEvent("register", root, untxt, pstxt)) You didn't closed this
  13. How you think anyone can fix it if you dont provide all information.Which gamemode/script.. also dont use caps in every word
  14. function getEdits() untxt = guiGetText(uned) pstxt = guiGetText(psed) triggerServerEvent("login", root, untxt, pstxt) end) --REMOVE THIS BRACKET remove bracket after end
  15. removeEventHandler("onClientRender",root,functionname)
×
×
  • Create New...