Originally posted by SHiFT3
Im coding a patch for mw2 right now and i cant seem to figure out how to make the lobby run for unlimited time and unlimited score
Right now all i got is the time to freeze, but the score limit can still end the game
any help on gsc code for unlimited time and score limit?
Thanks
setDvar("scr_dm_timelimit", "130"); //Free-for-all time would be 2 hours
setDvar("scr_dm_scorelimit", "0"); //Free-for-all unlimited score limit