View Single Post
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 05-30-2021 , 19:01   Re: only teamates show in menu
Reply With Quote #2

Code:
if(IsClientInGame(target) && !IsFakeClient(target) && CanUserTarget(client, target) && GetClientTeam(client) == GetClientTeam(target))

Last edited by Drixevel; 05-31-2021 at 04:30.
Drixevel is offline