1.
Code:
if ( ma_instagib == 1 )
I'm assuming you want to check the cvar's value, in which case you have to use get_cvar_num. So it would look like this instead:
Code:
if ( get_cvar_num("ma_instagib") == 1 )
.
2. You use some cs_* commands without including cstrike, so just add
to your includes list.
3. It looks like maybe some of your if statements should have more than one condition, which means you have to use curly braces to define what happens inside of them. As of now it will only execute the first line after the if statement if the conidition is true, which looks like it will cause a lot of weird things if the statements aren't true.
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS