Thread: No Wall Damage
View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 02-18-2009 , 14:39   Re: No Wall Damage
Reply With Quote #6

Would be better and more appropriate Ham_FVisible ; in the code, it adds some checks and ignores glass.

Use MSG_ONE_UNRELIABLE.

You should use always { } even for one line.

nowalldamage_fadevictim, nowalldamage_fadeattacker ; you would use one cvar.

new const PLUGIN[] ; pointless to do that. Use #define.

Last edited by Arkshine; 02-18-2009 at 14:45.
Arkshine is offline