1. GUI Command don't speacebar is not working

    ex) Command = "chat.say \"/kit event\"",

    command only /kit << see

    event is not working

    how to speacebar ??
     
  2. try with char '
     
  3. Command = "chat.say /kit event",
    should probably work also ^^
     
  4. not working

    it is "/kit" << command

    event is not work
     
  5. I think chat.say dont need to be between " "
    chat.say "/kit event"
    try that
     
  6. need not "" error!
     
  7. Maybe try to do "chat.say /kit_event" and when you handle the command replace _ to space
     
  8. it is not working

    /kit_event << unkoune command
     
  9. Show your full code