Hello Guys, i have a problem
When i try to compile my plugin i get this warning:
warning 213: tag mismatch
Here is the line:
PHP Code:
case(3):
{
if(attacker == CS_TEAM_CT && get_user_weapon(attacker) == CSW_KNIFE && get_bit(g_PlayerElectro, attacker) && cs_get_user_team(victim) != CS_TEAM_T)
{
SetHamParamFloat(4, damage * 25.0)
return HAM_OVERRIDE
}
}
The warning say that's it's the line:
PHP Code:
if(attacker == CS_TEAM_CT && get_user_weapon(attacker) == CSW_KNIFE && get_bit(g_PlayerElectro, attacker) && cs_get_user_team(victim) != CS_TEAM_T)