View Single Post
  #5  
Old 04-09-2013, 10:31 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by xXziroXx View Post
@cbk1994 does he really need to communicate with other players for something like this...? Just have the Event Team member run everything clientsided, and grab other players chat using onRemotePlayerChats() event.
I would say so. Inevitably there are situations where the events team member will lag out or want to have multiple ETs hosting the event at once or other weird edge cases. You're right that this kind of thing can be handled clientside but I think events like this really should be done serverside.

(not to mention that things like showing text clientside to other players is very unreliable and will cause a lot of problems—so he'll have to do that via some method involving serverside anyway)
__________________
Reply With Quote