Jump to content

MRThinker

Members
  • Posts

    117
  • Joined

  • Last visited

Everything posted by MRThinker

  1. Ok, Thanks
  2. Hello I have a problem How to make each player can create an account with just one serial?
  3. no! im not work with Admin ACL im working with ElementData example : setElementData(thePlayer,"staff,10) 10 is Server Owner plz fix my code with ElementData
  4. hi guys! what is my problem ? function getOnlineAdmins() local t = {} for k,v in ipairs ( getElementsByType("player") ) do while true do local acc = getElementData(v,"esmeAcc") if not acc then break end local isAdmin = getElementData(acc,"staff") if isAdmin == true then table.insert(t,v) end break end end return t end
  5. oh thanks now i know bindKey
  6. what is BindKey ? bindKey is client side or server side ? how to use this function ? plz help me!
  7. id now showing or id after Name worked successfuly !
  8. This code not only shows the id before the name, it does not even show an id
  9. i have original scoreboard
  10. worked but ID showing after Name how to show ID before Name ?
  11. worked but id dont showing on scoreboard !
  12. exports [ "scoreboard" ]:addScoreboardColumn ( "ID", getRootElement() ) function showID (player) for index, player in ipairs ( getElementsByType "player" ) do setElementData(player,"ID",getElementData(player,"id")) end end addEventHandler("onPlayerJoin",getRootElement(),showID)
  13. hi @Dimos7 i have a id system how to make a column on Scoreboard and show the ID's on that column ?
  14. i know this functions... i dont know gui functions ! plz give me
  15. OK Bro
  16. thanks make script with client side or server side ?
  17. hi guys i wank make a stats panel ! like : press F1 and show GUI and show player name, show player money, show player wanted level and more ... plz give me code or functions @MIKI785
  18. Hi Guys I want to do that by clicking on cars to show the license plate in chat plz give me the functions @Dimos7
  19. ok now give me a code for make ID Column before PlayerName
  20. what is dxscoreboard ?
  21. how ? plz give me this code
  22. Hi Guys im maked a id system and show id on score board ! but ID Column showing after Name I want to make the ID before the name?
  23. Hello I have a database To save players password But my problem is that the passwords are hash! What can I do to get into a hash?
  24. Hi guys Plz give me a script for repair vehicle Like : /fix <PartOfName> OOutputChatBox for target : Admin MRThinker fixed your vehicle! Thanks
×
×
  • Create New...