Code:
if(is_user_alive(Victim)
{
if((get_user_weapon(id) != CSW_KNIFE) || (get_user_weapon(id) != CSW_HEGRENADE))
{
//do dodge stuff
}
}
have you tried it like this? I see that you are trying to put a and and or if statement together, not sure if that the problem.
__________________