Advertisement
Guest User

Untitled

a guest
Aug 16th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. //Loading Screen Info
  2. author = "Pantera";
  3. OnLoadName = "Operacion Tres Reyes";
  4. OnLoadMission = "Uso exclusivo de Zona Roja Army.";
  5. loadScreen = "3r.jpg";
  6. overviewPicture = "overview.paa";
  7. overviewText = "Uso exclusivo de Zona Roja Army";
  8.  
  9. //Gametype and settings
  10.  
  11. class Header
  12. {
  13. gameType = COOP;
  14. minPlayers = 1;
  15. maxPlayers = 32;
  16. };
  17.  
  18. //Respawn options
  19. Respawn = Base;
  20. RespawnDelay = 5;
  21. RespawnDialog = 0;
  22.  
  23. //Mission Options
  24. onLoadIntroTime = "false";
  25. onLoadMissionTime = "false";
  26. disabledAI = 1;
  27. defriefing = 1;
  28. showGPS = 1;
  29.  
  30. //Debug and Admin
  31. enableDebugConsole = 1;
  32.  
  33. //Sets the variables for corpse removal manager
  34. corpseManagerMode = 1;
  35. corpseLimit = 25;
  36. corpseRemovalMinTime = 60;
  37. corpseRemovalMaxTime = 1800;
  38.  
  39. class CfgFunctions
  40. {
  41. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement