mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Fixed: error type number expected string
This commit is contained in:
parent
52ea102021
commit
32b8dd8b93
@ -9,7 +9,7 @@ if hasInterface then
|
|||||||
{
|
{
|
||||||
_data = _this;
|
_data = _this;
|
||||||
_msg = param [0, "", [[],format[""]]];
|
_msg = param [0, "", [[],format[""]]];
|
||||||
_mode = param [1, "", [""]];
|
_mode = param [1, "", ["", -1]];
|
||||||
if (_mode isEqualTo "sys") then
|
if (_mode isEqualTo "sys") then
|
||||||
{
|
{
|
||||||
systemChat _msg;
|
systemChat _msg;
|
||||||
|
Loading…
Reference in New Issue
Block a user