View Single Post
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 03-17-2013 , 21:10   Re: Display death message
Reply With Quote #2

PHP Code:
if(GetClientTeam(client) == && GetClientTeam(client) == 3
Will never be true as a client cannot be on both teams 2 and 3. && is AND, || is OR.
</span></span>
__________________
thetwistedpanda is offline