No Compiled Version Of The Menu! Would Be Cool To See Someone Finish it ! 
) [ Please Take Note That This Menu is Not Finished and i Know That ] (
)
init_PlaySound(Type, Code, Notice)
{
self endon("death");
if(Type == 0)
self playsound(Code);
else if(Type == 1)
self playLocalSound(Code);
else if(Type == 2)
self playLoopSound(Code);
else
{
foreach(player in level.players)
player PlaySoundToPlayer(Code, player);
}
if(Notice == 1)
self iPrintlnbold("");
}
init_PlaySound(Type, Code, Notice)
{
self endon("death");
if(Type == 0)
self playsound(Code);
else if(Type == 1)
self playLocalSound(Code);
else if(Type == 2)
self playLoopSound(Code);
else
{
foreach(player in level.players)
player PlaySoundToPlayer(Code, player);
}
if(Notice == 1)
self iPrintlnbold("");
}
u know the moan code? Lol I've seen it on bossam v4.
Copyright © 2026, NextGenUpdate.
All Rights Reserved.