Guest User

Default Main

a guest
Feb 21st, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. function main()
  2. {
  3. zm_usermap::main();
  4.  
  5. level._zombie_custom_add_weapons =&custom_add_weapons;
  6.  
  7. //Setup the levels Zombie Zone Volumes
  8. level.zones = [];
  9. level.zone_manager_init_func =&usermap_test_zone_init;
  10. init_zones[0] = "start_zone";
  11. level thread zm_zonemgr::manage_zones( init_zones );
  12.  
  13. level.pathdist_type = PATHDIST_ORIGINAL;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment