new TextColor = get_user_team2(id); client_print_color(0, TextColor, ""); stock get_user_team2(id) { new szTeam[2]; get_user_team(id, szTeam, 1); switch( szTeam[0] ) { case 'U':return 0; case 'T':return 1; case 'C':return 2; case 'S':return 3; } return 0; }
Powered by vBulletin®Copyright ©2000 - 2024, vBulletin Solutions, Inc.