Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. OnLoadMission = "Test";
  2. respawn = 3;
  3. respawnDelay = 10;
  4. respawnDialog = 0;
  5. gameType = Coop;
  6. minPlayers = 1;
  7. maxPlayers = 10;
  8.  
  9.  
  10. class Header
  11. {
  12. gameType = COOP; ////DM, CTF, FF, Coop, Team, Scont, Hold, Unknown
  13. minPlayers = 1; //min # of players the mission supports
  14. maxPlayers = 10; //Max # of players the mission supports
  15. playerCountMultipleOf = 1; //OFP:Elite option.
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement