Thread: [Solved] ZombieBasebuilder.ini
View Single Post
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 07-16-2020 , 11:56   Re: ZombieBasebuilder.ini
Reply With Quote #29

Quote:
Originally Posted by Foxa View Post
Works completely fine for me..
Code:
changelevel "de_dust2"
] bb_buildtime 
"bb_buildtime" is "120"
] bb_buildtime 150
] bb_buildtime 
"bb_buildtime" is "150"
] exec "addons/amxmodx/configs/test.cfg"
] bb_buildtime 
"bb_buildtime" is "120"
] bb_buildtime 150
] bb_buildtime 
"bb_buildtime" is "150"
So what dose the problem with me Oo

I've added this at the end of the plugin_precache():
PHP Code:
server_cmd("exec addons/amxmodx/configs/test.cfg"); 
And this is what what i have inside of the "test.cfg"
Code:
bb_buildtime "120"


I already did it but when i check cfg from console, it didn't show me anyproblem and the cvar still not changed
Quote:
;[BaseBuilder Cvars]
bb_enabled "1"
bb_buildtime "100"
bb_preptime "30"
bb_zombie_respawn_delay "3"
bb_infection_respawn = "6"
bb_showmovers "1"
bb_lockblocks "1"
bb_lockmax "10"
bb_colormode "1"
bb_max_move_dist "768"
bb_min_move_dist "32"
bb_min_dist_set "64"
bb_resetblocks "1"
bb_zombie_supercut "0"
bb_gunsmenu "1"
bb_roundnades "h"
bb_weapons "abcdeghijlmnqrstuvwx"
bb_extra_items "1"
bb_starting_ammo_packs "5"
bb_donate_ammo "1"
bb_remove_money "1"

;[BaseBuilder Cvars (HUMAN)]
bb_human_health "100"
bb_human_gravity "1.0"
bb_human_speed "240"
bb_human_ammo_reward "1"
bb_human_damage_reward "500"

;[BaseBuilder Cvars (ZOMBIE)]
bb_zombie_ammo_reward "1"
EDIT: I downloaded the mod from first and added .cfg file codes and it still cvar didn't changed

Last edited by Supremache; 07-16-2020 at 12:29.
Supremache is offline