Results 1 to 10 of 10

Thread: Increase max rcon_roundtime? [Ze_Shadow_Moses]

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. Default

    How about this plugin (link)?

    Code:
    #include <sourcemod>
    
    public OnPluginStart()
    {
        new Handle:mp_roundtime = INVALID_HANDLE;
        mp_roundtime = FindConVar("mp_roundtime");
        SetConVarBounds(mp_roundtime, ConVarBound_Upper, true, 346.0);
    }
    Seems pretty simple and to the point. It should allow for round times up to 346 minutes, however I'm not quite sure why that exact value was chosen.
    Last edited by SkeeterPan; 04-15-2013 at 05:04 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •