Thanks for the suggestions HamletEagle, Everything is ready to get updated, only for one thing where i'm having trouble with. Which is the cvar for snipers.
This is the check i currently have but it doesn't work, can i get some on help this one?
PHP Code:
if((is_user_connected(iAttacker) && get_pcvar_num(pPlugin) && get_user_team(iVictim) != get_user_team(iAttacker)) ||
(is_user_connected(iAttacker) && get_pcvar_num(pPlugin) && get_user_team(iVictim) != get_user_team(iAttacker) && get_pcvar_num(pSnipersOnly) && gWeaponList & (1 << get_user_weapon(iAttacker))))
__________________