Jump to content

Mann56

Members
  • Posts

    306
  • Joined

  • Last visited

Everything posted by Mann56

  1. Hey guys, As the topic signifies I don't see any cars in my DayZ server.Please help Also how can I save current progress of the player when he leaves? If I restart the server will all progress be lost? Please help guys
  2. It's superb! Nice work bro!
  3. Finally your GUI is working! Does clicking button1 close the GUI? If not, maybe you must add if ( source=="button" state=="up") then State will recognize the left click of the mouse. Hope it works now or else other may be an error in server script.
  4. Does the GUI panel show before you log in?
  5. Did you try this ? -- make the GUI visible guiSetVisible ( GUIEditor.window[1] , true) showCursor(true)
  6. Well if you are able to click buttons what else you wan't to be click able ? What exactly is your problem with thou GUI?
  7. As Mizudori wrote, you need to make functions to detect the button clicks. Make as much functions as much buttons you have in GUI. Your GUI has 4 buttons so make four such functions. Example : function onClickBtn (button , state) if button =="left" and state=="up" then --function to put player in desired team end end addEventHandler ( "onClientGUIClick" , button_name , onClickBtn , false) And also I would recommend you to use dxText instead of read-only memo. It makes the GUI look more attractive.
  8. Hey guys I am new to scripting . I need help. How can I show some text using outputChatBox to only selected player and the other players can't see this message. Only selected player can get this message. Please Help.
×
×
  • Create New...