Posts
86
Respect
Forum Rank
Rotting Walker
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
function radio_message()
{
trig = GetEnt("radio_trigger", "targetname");
trig SetHintString("");
trig waittill("trigger", player);
player PlaySound("YOUR_CUSTOM_ALIAS");
trig Delete();
}thread radio_message();