1
0
mirror of https://github.com/r4sas/ExtraMirror synced 2025-03-12 13:21:19 +00:00
This commit is contained in:
shelru 2017-05-28 05:56:17 +03:00
parent ca70d8925f
commit 054b1cd7bc
2 changed files with 27 additions and 17 deletions

View File

@ -1,5 +1,5 @@
[Settings] [Settings]
sid_random = 0 steamid = 0
cust_hud = 0 cust_hud = 0
motd_block = 0 motd_block = 0
logs = 1 logs = 1
@ -29,13 +29,19 @@ events_block = 0
;test.dll or test, dll's for auto inject; such as C:\sdasad.dll ;test.dll or test, dll's for auto inject; such as C:\sdasad.dll
;like that ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ ;like that ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
;C:\Program Files (x86)\Steam\steamapps\common\Half-Life\Vermillion_free.dll ;C:\Program Files (x86)\Steam\steamapps\common\Half-Life\Vermillion_free.dll
[Blocked cvars] [Cvars]
; Send Bad CVAR request ; Available mods:
sid_random ; BAD - Response Bad cvar request
cust_hud ; FAKE - Response immutable Fake value
motd_block ; SERVERSIDE - Response Fake value, mutable by server
logs steamid BAD
events_block cust_hud BAD
motd_block BAD
logs BAD
events_block BAD
ex_interp SERVERSIDE 0.1
fps_max SERVERSIDE "99.5"
developer FAKE 0
[Models] [Models]
;original = changed ;original = changed
;like that ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ ;like that ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
@ -45,29 +51,33 @@ events_block
;modelsn - в консоль, отобразит список игроков и моделей ;modelsn - в консоль, отобразит список игроков и моделей
[Send Commands] [Send Commands]
;g_Engine.pfnServerCmd(cmd) ;g_Engine.pfnServerCmd(cmd)
dump_cmd
update
modelsn
inject inject
credits credits
update set_tick
sid_random steamid
cust_hud cust_hud
motd_block
logs logs
modelsn
events_block events_block
motd_block
[Custom Commands] [Custom Commands]
;There are add custom command's such as will be register in cmdlist ;There are add custom command's such as will be register in cmdlist
;like that ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ ;like that ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
;amxmodmenu ;amxmodmenu
[Commands] [Commands]
dump_cmd
update
modelsn
inject inject
credits credits
update set_tick
sid_random steamid
cust_hud cust_hud
motd_block
logs logs
modelsn
events_block events_block
motd_block
_cl_autowepswitch _cl_autowepswitch
_snd_mixahead _snd_mixahead
ambient_fade ambient_fade
@ -744,4 +754,4 @@ wait
waveplaylen waveplaylen
writecfg writecfg
writeid writeid
writeip writeip

Binary file not shown.