Quote:
Originally Posted by Deas_Voice
triggerserver sould be used instead of onPlayerChats() serverside
|
For clarification, if onPlayerChats is used serverside in something like a weapon, it could have adverse affects along with inherent security risks. Best to do the initial checking clientside as a first step authentication to weed out any unauthorised use (saves a trigger) then trigger the server with the data. Serverside can authenticate and perform the action.