i don't know if you've seen it. you also have to change in getInput()

Code:
 if (connection == 2) send_skill entPlayer.skill1, SEND_VEC|SEND_UNRELIABLE);

showX = entPlayer.skill1; // show input
showY = entPlayer.skill2; // show input
isInput++; // getInput running?
if (isInput > 999) isInput = 0;
wait (1);
}



for timing issues i would put a
Code:
while(entPlayer==null){
if (connection==2)...
wait(1);}
}


at the start of getInput().


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files