Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. author = Lucius;
  2. onLoadMission = “The men follow this officer out of curiosty rather than confidence." Extract from a critique;
  3. onLoadIntroTime = true;
  4. onLoadMissionTime = true;
  5. onLoadName = co 46 Force Recon v3;
  6. loadScreen = "images\load.jpg";
  7. overviewPicture = "images\load.jpg";
  8. overviewText = USMC FORCON element assaults Russian positions in the next valley using artillery and supports. Simple Advanced Med, wounds stay shut;
  9.  
  10.  
  11. debriefing = 1;
  12. disabledAI = 1;
  13. enableDebugConsole = 1;
  14. allowFunctionsRecompile = 1;
  15.  
  16. respawnDelay = 9000; //
  17. Respawn = 3;
  18.  
  19. class Header
  20. {
  21. gameType = Coop;
  22. minPlayers = 15;
  23. maxPlayers = 45;
  24. };
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. class CfgRemoteExec
  32. {
  33. // List of script commands allowed to be sent from client via remoteExec
  34. class Commands
  35. {
  36. /*your commands here*/
  37. class reveal { allowedTargets=0; jip=0; } // can target anyone, sending jip is turned off (overrides settings in the Commands class)
  38. class diag_log { allowedTargets=0; jip=0; } // can target anyone, sending jip is turned off (overrides settings in the Commands class)
  39. class systemChat { allowedTargets=0; jip=0; } // can target anyone, sending jip is turned off (overrides settings in the Commands class)
  40. };
  41. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement