AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] Basic Map Speed Limiter (https://forums.alliedmods.net/showthread.php?t=332245)

tair 05-01-2021 18:44

[ANY] Basic Map Speed Limiter
 
2 Attachment(s)
[Any] Basic Map Speed Limiter

Description:

This plugin limits the max velocity on selected maps.

ConVars:
  • None.

Installation:
  • Put map_speed_limiter.smx in the plugins folder.
  • Put mapspeedlimit.cfg in the configs folder.

Example of mapspeedlimit.cfg:

Code:

"Maps"
{
        "surf_ace_fix"
        {
                "maxspeed" "2500"
        }

}

The max speed on the map [surf_ace_fix] will be 2500.

Changelog:

Code:

1.0 - Initial Release (02-May-2021)

iDini 05-01-2021 21:02

Re: [ANY] Basic Map Speed Limiter
 
This can be done easily with mapsettings or within database o,0

Fearts 05-01-2021 22:45

Re: [ANY] Basic Map Speed Limiter
 
This can be done by going to:

tf\cfg

Create a file called surf_ace_fix.cfg (or whatever your maps name is) and inside add:

sm_cvar sv_maxvelocity 2500

tair 05-02-2021 04:56

Re: [ANY] Basic Map Speed Limiter
 
Quote:

Originally Posted by Fearts (Post 2745640)
This can be done by going to:

tf\cfg

Create a file called surf_ace_fix.cfg (or whatever your maps name is) and inside add:

sm_cvar sv_maxvelocity 2500

Right, but you need to create a cfg file for each map.
With my plugin you just add the map to the main cfg with max speed property.


All times are GMT -4. The time now is 14:57.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.