victim wrote:With a predefined maximum for extendmatch
And one for extendmatchscore as well.
Moderators: Nexuiz Moderators, Moderators
// yay i hope I get these right
// end map:
alias endmatch "timelimit -1"
// increase timelimit by 5
alias extendmatchtime "sv_cmd rpn /timelimit timelimit 5 add def"
// decrease it by 5
alias reducematchtime "sv_cmd rpn /timelimit timelimit 5 sub def"
// increase fraglimit by 50
alias increasefraglimit "sv_cmd rpn /fraglimit fraglimit 20 add def"
// decrease fraglimit by 50
alias increasefraglimit "sv_cmd rpn /fraglimit fraglimit 20 sub def"
Blµb wrote: // yay i hope I get these right
// end map:
alias endmatch "timelimit -1"
// increase timelimit by 5
alias extendmatchtime "sv_cmd rpn /timelimit timelimit 5 add def"
// decrease it by 5
alias reducematchtime "sv_cmd rpn /timelimit timelimit 5 sub def"
// increase fraglimit by 50
alias increasefraglimit "sv_cmd rpn /fraglimit fraglimit 20 add def"
// decrease fraglimit by 50
alias increasefraglimit "sv_cmd rpn /fraglimit fraglimit 20 sub def"
It was an idea, but I would also find this annoying, unless it was a MikeeeeUSA map[-z-] wrote:I disagree with this. I would find that quite annoying.
That's good, extend_time will be set on the server.Blµb wrote:you can put variables in them too, eg extend_time
Return to Nexuiz - Development
Users browsing this forum: No registered users and 1 guest