73747576777879
{ if(player.isGM()) { player.sendMessage("broadcastGetOffVehicle"); } broadcastPacket(new GetOffVehicle(player, this, loc.x, loc.y, loc.z)); }
34353637383940
return; } activeChar.setLastClientPosition(null); activeChar.setLastServerPosition(null); activeChar.setVehicle(null); activeChar.broadcastPacket(new GetOffVehicle(activeChar, boat, _x, _y, _z)); }