public OnPlayerUpdate(playerid){ switch (GetPlayerWeapon(playerid)) { Case 43,44,45: { SetPlayerArmedWeapon(playerid, 0); } } return 1;}