View Single Post
  #5  
Old 11-02-2011, 07:06 AM
ZaltysZ's Avatar
ZaltysZ ZaltysZ is offline
Approved Member
 
Join Date: Sep 2008
Location: Lithuania
Posts: 426
Default

Quote:
Originally Posted by CaptainDoggles View Post
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.

Last edited by ZaltysZ; 11-02-2011 at 07:10 AM.
Reply With Quote