Hello everyone, i wanted to ask, how to add voice on level?
example
I have ADMIN_KICK accsess, and i can only talk with microphone, but others cant, because dont have that accsess. how to do that?
I am using Jailbreak Extreme plugin!
PHP Code:
if(is_user_admin(sender))
{
engfunc(EngFunc_SetClientListening, receiver, sender, true)
return FMRES_SUPERCEDE
}
This is the line, who do accsess on talking!
i need to to that in level or smtg , like accsess flag ADMIN_KICK or smtg like that!
Sorry for my bad english.. Thank you all, who will help me on this problem.