Guest User

Untitled

a guest
Jun 24th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Index: data/qcsrc/common/mapinfo.qc
  2. ===================================================================
  3. --- data/qcsrc/common/mapinfo.qc (revision 6777)
  4. +++ data/qcsrc/common/mapinfo.qc (working copy)
  5. @@ -883,7 +883,13 @@
  6. print("EMERGENCY: can't play the selected map in the given game mode. Falling back to DM.\n");
  7. MapInfo_SwitchGameType(MAPINFO_TYPE_DEATHMATCH);
  8. }
  9. +
  10. +print("MapInfo_LoadMap: ", MapInfo_Map_bspname, "\n");
  11. +print("MapInfo_LoadMap: ", s, "\n");
  12. +
  13. + cvar_set("loading_screen_test",strcat("maps/", s));
  14. localcmd(strcat("\nsettemp_restore\nchangelevel ", s, "\n"));
  15. +
  16. }
  17.  
  18. string MapInfo_ListAllowedMaps(float pRequiredFlags, float pForbiddenFlags)
Add Comment
Please, Sign In to add comment