Why it doesnt work in mission for EMS ?
It show to all players "You havent radio".
Please, help.
if ("ItemRadio" in items Player) then
{
[nil,nil,rTitleText,"You have radio", "PLAIN",10] call RE;
}
else
{
[nil,nil,rTitleText,"You havent radio", "PLAIN",10] call RE;
};

