Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 4th, 2012  |  syntax: PAWN  |  size: 0.24 KB  |  hits: 25  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. new TeamInfo[ MAX_TEAMS ][ teaminfo ]= {
  2. { "Cops",  TEAM_BLUE_COLOUR,  0, 0, 0, 0, 0},
  3. { "Mafia",    TEAM_GREEN_COLOUR,    0, 0, 0, 0, 0},
  4. { "Clowns",   TEAM_RED_COLOUR,   0, 0, 0, 0, 0},
  5. { "Strippers",   TEAM_PURPLE_COLOUR,    0, 0, 0, 0, 0}
  6. };