Announcement

Collapse
No announcement yet.

OnKeyPress dont work

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    OnKeyPress dont work

    thats it, OnKeyPress dont working

    #2
    That's one of the most used event, it's working. Show us some code to help you.

    Comment


      #3
      client script

      Code:
      AddEvent("OnKeyPress", function(Key)
      AddPlayerChat(Key)
      end)

      Comment


        #4
        Is there anything else in the same script, or just those three lines?

        Comment

        Working...
        X