View Single Post
tommie
Junior Member
Join Date: Jul 2020
Location: US
Old 09-21-2020 , 12:13   Re: [CS:S/CS:GO/TF2] shavit's bhoptimer (v2.5.5a 08/August/2019)
Reply With Quote #1300

Quote:
Originally Posted by AuricYoutube View Post
Don't put the same number for different styles, if you want to change the ordering in !styles there is a "ordering" setting you can change instead.

Code:
	"0"
	{
		// Accessibility
		"enabled"			"1" // When disabled, style will be unusable. -1 to also make the style not show in menus.
		"inaccessible"		"0" // This setting makes it so you can't manually switch to this style but only by functionality from timer modules.

		// Strings
		"name"				"Normal" // Style name.
                ...
		"ordering"			"2"
Code:
	"1"
	{
		// Accessibility
		"enabled"			"1" // When disabled, style will be unusable. -1 to also make the style not show in menus.
		"inaccessible"		"0" // This setting makes it so you can't manually switch to this style but only by functionality from timer modules.

		// Strings
		"name"				"Sideways" // Style name.
                ...
		"ordering"			"1"
Okay thank you, works like a charm
tommie is offline