Quote:
Originally Posted by Gambet
That still doesn't mean that you should be sending so many triggers to the same action so consecutively--use arrays. If you don't want to clutter the trigger command then set up temp. vars that store the information for you and send the temp. vars over as the params to make it look cleaner.
|
Yeah, save some bandwidth and don't send un-nessisary data between client and server, hell, you could even cache all the data you need on the client, and then do a verification check on the server here and there to check for unauthorized changing of clientsided data, but that's a bit extremist.