mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2025-07-25 02:50:38 +00:00
Fixed: error type number expected string
This commit is contained in:
@ -9,7 +9,7 @@ if hasInterface then
|
||||
{
|
||||
_data = _this;
|
||||
_msg = param [0, "", [[],format[""]]];
|
||||
_mode = param [1, "", [""]];
|
||||
_mode = param [1, "", ["", -1]];
|
||||
if (_mode isEqualTo "sys") then
|
||||
{
|
||||
systemChat _msg;
|
||||
|
Reference in New Issue
Block a user