Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. 24.03.2018 00:13:51: DenNext12 (76561198824216376) | BadFile: run.sqf - #line 1 "run.sqf"
  2. _Hack = _this select 0;
  3. _Name = _this select 1;
  4. _Script = _this select 2;
  5. _Type = _this select 3;
  6.  
  7.  
  8.  
  9. if (_Type == "SQS" ) then { [_Name,_Hack] exec format["%1",_Script];};
  10. if (_Type == "SQF" ) then { [_Name,_Hack] execVM format["%1",_Script];};
  11. 24.03.2018 00:13:51: DenNext12 (76561198824216376) | BadFile: run.sqf - #line 1 "run.sqf"
  12. _Hack = _this select 0;
  13. _Name = _this select 1;
  14. _Script = _this select 2;
  15. _Type = _this select 3;
  16.  
  17.  
  18.  
  19. if (_Type == "SQS" ) then { [_Name,_Hack] exec format["%1",_Script];};
  20. if (_Type == "SQF" ) then { [_Name,_Hack] execVM format["%1",_Script];};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement