Я вот как раз не понял как определить мод или как поменять его вообще , буду признателен , если подскажит
Код
//--------------------------------
// ZM_VIP v1.7.2 cvars file
// Author: aaarnas
//--------------------------------
// Changes loads only on server mapchange/restart/start.
// Base plugin cvars
zp_vip_jumps 2 // How many jumps can player do in air.
zp_vip_allow_jump ab // Allow multi-jump: a-human. b-zombie, c-survivor, d-nemesis. Write letters of classes witch you want to affect.
zp_vip_armor 65 // How much armour humans gets every spawn, [0-off]
zp_vip_killammo 2 // Extra ammo for kills [zombies and humans], [0-off]
zp_vip_infectammo 2 // Extra ammo for infecting humans [zombies], [0-off]
zp_vip_infecthealth 300 // Extra health witch zombies gets when infecting humans [0-off]
zp_vip_nemextra 1 // 1 - ignore extra health (zp_vip_infecthealth) for nemesis [0-don't ignore]
zp_vip_show 1 // Show connecting vips (in chat) [0-off]
zp_vip_unlimited_ammo 0 // 1 - Give vips unlimited clip for all guns [0-off]
zp_vip_no_fall_damage 1 // 1 - Disables fall damage for vips [0-off]
zp_vip_damage_reward 1000 // Damage done to get 1 ammo pack [0-off]. IMPORTANT: ZP mod always givving ammo in this type(If enabled). This cvar is seperate from main mod, so vips gets x2 ammo packs. One from mod, other from this plugin.
zp_vip_damage_increase 1.5 // How much increase humans attack demage (damage*cvar). [1.0 - off]
zp_vip_happy_hour off // Enables Happy Hour. Example: (zp_vip_hour 03-13) from 3h night, to 13h day. ['off' - off]
zp_vip_happy_hour_frag 1 // Gives extra frag for kills and infect
zp_vip_happy_hour_ammo 1 // Gives extra ammo packet for infect and kills
zp_vip_nonvip_tease 1 // Let non vip player open /vm menu, but they can't buy anything.
// MODE 2 cvars (they will work only then MODE is set to 2 or 3)
zp_vip_register_in_zp_extra 1 // Show VIP menu in Zombie Plague Extra items menu [0-off]
zp_vip_menu_close 1 // 1-will close menu, after extra item bought, 0 - don't
zp_vip_hour off // Gives vips for all players. Example: (zp_vip_hour 03-13) from 3h night, to 13h day all will get a free vip. ['off' - off]
zp_vip_hour_flags abe // Flags witch player gets (zp_vip_hour) active (check vips.ini)
// MODE 3 cvars (they will work only then MODE is set to 3)
zp_vip_cost_ammo 50 // How much ammo will cost VIP, if buying it from extra items menu [0-just opens menu, when select "VIP Menu".]
zp_vip_buy_time 2 // days how long (days) players will have vip, when bought it for ammo. 0 - forever
zp_vip_buy_flags abcde // Flags witch player gets when buying vip (check vips.ini)
Код
; ZM VIP's configuration file
; Line starting with; is a comment, and will not be read by system.
; Plugin flags:
; a - main vip functions
; b - multi-jump
; c - unlimited clip
; d - damage increase (zp_vip_damage_increase)
; e - access to vips's extra items buy menu
; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid/wonid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)
; k - name or tag is case sensitive. eg: if you set it so the name "Ham"
; is protected and case sensitive (flags "k" only), then anybody
; can use the names "haM", "HAM", "ham", etc, but not "Ham"
; Password:
; Add to your autoexec.cfg (or type into console): setinfo _pw "<password>"
; Format of admin account:
; <name|ip|steamid> <password> <plugin flags> <account flags>
; Examples of VIP accounts:
; "STEAM_0:0:123456" "" "ab" "ce" // Steam account with whole functions
; "My Game Nickname" "zombie" "a" "ab" // VIP by nick and password (zombie), only with main vip functions
; "00.00.00.00" "" "b" "de" // VIP by IP adres, only with multi-jump
"STEAM_0:0:4884473" "" "ab" "ce"
Странно , но как я понял multijump работает только когда за terr заходишь ,а за ct нет . Как же можно исправить?