the name of the sound and the name of the function have not to be the same

SOUND wakeupfever_snd = "wakeupfever.wav";

function wakeupfever();
{
if((key_cud == 1)) {
wait(60);
ent_playsound(my,wakeupfever_snd,200);
}
}