From SOPWiki
(Difference between revisions)
Current revision
Admin Command |
Syntax | admin_timelimit <time> |
Description: |
Changes the current map time limit. Prefix the time argument with '+', '-', '*', or '/' to perform arithmetic on the current time limit. |
Users Name | timelimit |
Access Level: | 2 |
Added in version: | Since first version |
Removed in version: | In latest version |
[edit] Examples
Description | Sets the map time limit to ten minutes. |
Command | admin_timelimit 10 |
Description | Adds five minutes to the map time limit. |
Command | admin_timelimit +5 |
Description | Subtracts five minutes from the map time limit. |
Command | admin_timelimit -5 |
Description | Doubles the map time limit. |
Command | admin_timelimit *2 |
Description | Halves the map time limit. |
Command | admin_timelimit /2 |