2020-12-15 15:28:58 +03:00
|
|
|
;
|
|
|
|
|
; @package: YaPB
|
2023-05-13 22:53:25 +03:00
|
|
|
; @version: 4.4
|
2022-01-04 00:10:36 +03:00
|
|
|
; @author: YaPB Project
|
2020-12-15 15:28:58 +03:00
|
|
|
; @filename: yapb.cfg
|
|
|
|
|
;
|
|
|
|
|
; Custom configuration file, allow to change some hardcoded stuff in bot code.
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
; Custom name for C4 model, for servers that replacing C4 model with it's own.
|
|
|
|
|
; By default it's "c4.mdl" (the models/ path is omitted), so if you need to use
|
|
|
|
|
; "models/mybomb/mybomb.mdl", you should specify "mybomb/mybomb.mdl".
|
|
|
|
|
;
|
|
|
|
|
C4ModelName = c4.mdl
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
; Custon cvar name for parachute handling, there are all the different plugins that
|
|
|
|
|
; handles parachute (AMX Parachute, AMX Parachute Lite, etc..), you can specify needed
|
|
|
|
|
; cvar here.
|
|
|
|
|
;
|
|
|
|
|
AMXParachuteCvar = sv_parachute
|