Jump to content

Home

Question about TEAM


Cohsty243

Recommended Posts

How could I set something for client on each invividual team

Do I use this?

client->sess.sessionTeam == TEAM_BLUE

I'm just guessing, because I don't even know what that is. lol.

 

Also I have a question on another thing.

Should I be using this:

if ( g_gametype.integer == ( GT_TEAM || GT_CTY || GT_CTF ) )

or this:

if ( (g_gametype.integer == GT_TEAM ) || ( g_gametype.integer == GT_CTY ) || (g_gametype.integer == GT_CTF ) )

What would be the better way to go?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...