Snippets

blaac all players have a horn [B]

Created by blaac last modified
#define step
with (Player) if (button_pressed(index, "horn"))
	{
	if race_id != 6 && race_id <= 15 && race_id != 14 && (bskin = 0 || bskin = 1)
		{
		sound_play(asset_get_index("sndMutant" + string(race_id) + "Cnfm"))
		}
	else if race_id != 6
		{
		sound_play(snd_wrld)
		}
	}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.