Obviously in the beginning of the function that opens the menu, instead of these 2 cheks that make no sense:
Code:
if(get_user_team(id)!=ZP_TEAM_HUMAN||zp_get_user_zombie(id))
"ZP_TEAM_HUMAN" is not a valid "get_user_team" return value, nor is "|" the same as "||".
__________________