Hi,
i'm trying to use the sideChat in script, so i done this:
But that didn't work at all. Side Chat is enabled and people can use it. It works fine, when i try to use it via globalChat i.e.
but i need the sideChat for that one :/
I also had a look into the modules.pbo and that uses the same call, as i do basically:
Use sideChat in script
i'm trying to use the sideChat in script, so i done this:
Code:
player sideChat "Test Message";
Code:
player globalChat "Test Message";
I also had a look into the modules.pbo and that uses the same call, as i do basically:
Code:
scriptName "MP\data\scriptCommands\sideChat.sqf"; _caller = _this select...