Advertisement
thephilluk

description.ext

Jan 30th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.34 KB | None | 0 0
  1. span class="re5"> class Header
  2. {
  3.     gameType = Coop;   // Game type
  4.     minPlayers =  2;    // minimum number of players the mission supports
  5.     maxPlayers = 30;    // maximum number of players the mission supports
  6. };
  7.  
  8.  
  9.  
  10. respawn = 3;
  11. respawnButton = 1;
  12. respawnDelay = 15;
  13. respawnOnStart = -1;
  14.  
  15. respawnTemplatesWest[] = {"MenuPosition"};
  16. respawnTemplatesVirtual[] = {};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement