View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 11-05-2018 , 18:02   Re: Need help with cs_get_user_team
Reply With Quote #6

You want to do something if a player is terrorist, right.

Use this
PHP Code:
if ( is_user_aliveptd ) && cs_get_user_teamptd ) == CS_TEAM_T )
{


What iceeedr gave you says this, which makes no sense:
If ( player is dead OR is terrorist )
__________________

Last edited by Bugsy; 11-05-2018 at 19:39.
Bugsy is offline