Quote:
Originally Posted by CaptainDoggles
Can you get data on all aircraft in multiplayer? Speed/heading/position?
Can that be done client side or does it need to be done on the server? I'm not sure how to execute arbitrary scripts on the client.
|
Server side only, however in single player mode, server=client. You can't execute arbitrary scripts on clients in MP as that would allow security threats.