Quote:
Originally Posted by Exolent[jNr]
@killergirl
Are you using the cstrike module or is cs_get_user_team() and the corresponding constants defined in your code?
There is no difference.
|
Yeah there is. He screwed up the parentheses lol.
PHP Code:
if( cs_get_user_team(id) != CS_TEAM_SPECTATOR ) )
The way he wrote it, there's an odd number of parentheses.
__________________