Ok I think I found the problem:

Code:
forward_key = my.skill1&0x00000001; //get bit1
backward_key = (my.skill1&0x00000002)>>1; //bet bit2
left_key = (my.skill1&0x00000004)>>2;
right_key = (my.skill1&0x00000008)>>3;



This should work now.


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version