Advertisement
Brenner650

Untitled

Feb 20th, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. class CfgRemoteExec
  2. {
  3. class Functions
  4. {
  5. mode = 2;
  6. jip = 1;
  7. class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; }; // ExileMod
  8. class ExAdServer_fnc_clientRequest { allowedTargets=2; }; // ExAd
  9. class vcm_serverask { allowedTargets = 0;jip = 1; }; // VcomAI 3.0
  10. class VCM_PublicScript { allowedTargets = 0;jip = 1; };
  11. class BIS_fnc_debugConsoleExec { allowedTargets = 0;jip = 1; };
  12. class SpawnScript { allowedTargets = 0;jip = 1; };
  13. class enableSimulationGlobal { allowedTargets = 0;jip = 1; };
  14. class VCM_fnc_KnowAbout { allowedTargets = 0;jip = 1; };
  15. };
  16.  
  17. class Commands
  18. {
  19. mode=0;
  20. jip=0;
  21. };
  22. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement