Jump to content

Sorato

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Sorato

  1. But why? If i use Client Events shouldn't they specifically be made for the Client? What's the sense or the use of the Client being aware of other Clients?
  2. Hello, The following function should be a Client function: function chat(hitPlayer, matchingDimension) outputChatBox("Test123") end addEventHandler("onClientMarkerHit", getRootElement(), chat) Why does it get triggered for a Client when another Client runs into the Marker? (Every player gets the chat message )
×
×
  • Create New...