View Single Post
Author Message
tair
Junior Member
Join Date: Apr 2015
Location: OnGameFrame()
Old 05-01-2021 , 18:44   [ANY] Basic Map Speed Limiter
Reply With Quote #1

[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)
Attached Files
File Type: sp Get Plugin or Get Source (map_speed_limiter.sp - 277 views - 855 Bytes)
File Type: cfg mapspeedlimit.cfg (60 Bytes, 103 views)
__________________
Taking Private Requests! | Discord: Tair#7540.

Last edited by tair; 05-01-2021 at 18:44.
tair is offline