mirror of
https://github.com/Fallingsheep1985/Arma3Epoch.git
synced 2024-08-30 16:42:12 +00:00
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
_array = _this select 3;
|
|
_param = _array select 0;
|
|
_code = _array select 1;
|
|
_spawn = _param spawn _code; |