nullsystems 0 Posted December 6, 2007 Why on EARTH is moveInDriver and move local? I couldn't be any more angry right now. Anyway, I have a script activated on the server which does this: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> driver1 move (getpos customer1) Earlier, the customer1 is set to the player who activated it. Why doesnt the driver1 move? Also I have: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> onMapSingleClick "driver1 move _pos;" That is executed on a local machine, now the driver1 moves but in the wrong direction and ends up going random places entirely And finally: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> ?(player in (crew car1)) : Why doesnt that work in MP ? That makes no sense to me! I created car1 via a global script. Share this post Link to post Share on other sites
Balschoiw 0 Posted December 6, 2007 @1 : Try doMove @3: because player is local Share this post Link to post Share on other sites
nullsystems 0 Posted December 7, 2007 Thanks, I gathered as much. Ive gonr a different way entirely, sick of locality issues with certain commands lol Share this post Link to post Share on other sites