//onfoot
if (onfoot_raknet.sKeys == 160)
g_samp.players[pPlayerID].Mobile = 0;
if(onfoot_raknet.sLeftRightKeys != 128 && onfoot_raknet.sLeftRightKeys != 65408)
g_samp.players[pPlayerID].Mobile = 1;
if (onfoot_raknet.sUpDownKeys != 128 && onfoot_raknet.sUpDownKeys != 65408)
g_samp.players[pPlayerID].Mobile = 1;
if(onfoot_raknet.byteSpecialAction != 0 && onfoot_raknet.byteSpecialAction != 1)
g_samp.players[pPlayerID].Mobile = 0;
//driver
if (driver_raknet.sLeftRightKeys != 128 && driver_raknet.sLeftRightKeys != 65408)
g_samp.players[pPlayerID].Mobile = 1;
//if player send ID_UNOCCUPIED_SYNC
g_samp.players[pPlayerID].Mobile = 0;