I did. Don't worry. In other cases than this random string they work.
If I put just
PHP Code:
public hitsound(id)
{
if (random_num(1,5) == 5)
{
emit_sound(id, CHAN_BODY, "gad/hitsounds/hit1.wav", VOL_NORM, ATTN_NORM, 0, PITCH_NORM)
}
}
instead, it works