View Single Post
MALON
Member
Join Date: Jan 2008
Old 05-14-2014 , 11:14   Re: Super Destructive Grenades V2
Reply With Quote #52

Quote:
Originally Posted by Arkshine View Post
I see no problem, though cvars should be put in amxx.cfg.

Just tested myself without your cvar values and it works fine. So it's most likely you did not test properly or cvars was not set as expected, something you can check with "cvarlist sdg_".
Hm, Strange....When I have the CVARS in server.cfg, I get the below result:

Code:
cvarlist sdg_
CVar List
--------------
sdg_break_mode  :        2
sdg_breakables_damage :     1000
sdg_explode_radius :     1000
sdg_knockback_player :     1000
sdg_knockback_weapons :     1000
sdg_through_walls :        1
sdg_version     :       21, sv
--------------
  7 CVars for [sdg_]
CvarList ? for syntax
But if I put the cvars in amxx.cfg like you said, this is the result:

Code:
cvarlist sdg_
CVar List
--------------
sdg_break_mode  :        1
sdg_breakables_damage :       75
sdg_explode_radius :      300
sdg_knockback_player :        8
sdg_knockback_weapons :       10
sdg_through_walls :        0
sdg_version     :       21, sv
--------------
  7 CVars for [sdg_]
CvarList ? for syntax
I went back and forth 5 times, double checking and making absolutely sure that my claim is true.

EDIT: Forgot to mention, that even when the cvars show up as being properly set, I still do not die, go flying, or break boxes.

EDIT2: If anyone is curious, I can get other plugins to work, such as Advanced Team Attack Controls, AMX Parachute, Poison Bullets, etc, just not this one

Last edited by MALON; 05-14-2014 at 11:33.
MALON is offline