OnPlayerStateChange(playerid, newstate, oldstate) { if(newstate == PLAYER_STATE_DRIVER) { SetPlayerArmedWeapon(playerid, 0); } return 1; }