View Single Post
E1_531G
Senior Member
Join Date: Dec 2017
Old 05-15-2019 , 14:37   Re: Get user team error
Reply With Quote #3

The only broken part is here:
Quote:
if(is_user_alive(idAiming) && is_user_alive(id) ,get_pcvar_num(cvar_allinfo))
I think it has to be:
Quote:
if(is_user_alive(idAiming) && is_user_alive(id) && get_pcvar_num(cvar_allinfo) > 0)
__________________
My English is A0
E1_531G is offline