Advertisement
Virus_

1.4 Apex Hotfixes

Aug 28th, 2019
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.96 KB | None | 0 0
  1. 10:25:10   Error Missing {
  2. 10:25:10 File code\functions\fn_clientCore.sqf [QS_fnc_clientCore]..., line 5729
  3.  
  4. ==> Line 4308 End of commend is one line to early
  5.  
  6.  
  7.  
  8. 10:25:10   Error Missing ]
  9. 10:25:10 File code\functions\fn_enemyCAS.sqf [QS_fnc_enemyCAS]..., line 63
  10.  
  11. ==> Line 62 is missing a , on the end
  12.  
  13.  
  14.  
  15. 10:25:11   Error Missing ]
  16. 10:25:11 File code\functions\fn_SMsecureUrban.sqf [QS_fnc_SMsecureUrban]..., line 199
  17.  
  18. ==> Duplicate line (198==199): one has to be removed
  19.  
  20.  
  21.  
  22. Updated to 1.1.7 (Hotfix 2)
  23. - [FIXED] Robocop kick+ban features were broken by the arma update. (Thanks Fitz)
  24. File fn_remoteExec.sqf line 705
  25. Old - not working:
  26. ([] call (uiNamespace getVariable 'QS_fnc_serverCommandPassword')) serverCommand (format ['#exec kick %1',_cid]);
  27.  
  28. New - fix in the github:
  29. ([] call (uiNamespace getVariable 'QS_fnc_serverCommandPassword')) serverCommand (format ['#kick %1 AFK timeout',_cid]);
  30.  
  31. Following this example, the ban has to be fixed as well.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement