Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- private string getPlayerTeam()
- {
- int s = getPlayerSlot( true );
- if( s >= 0 && s <=14 )
- {
- if( s % 2 == 0 )
- return "blue";
- else return "red";
- }
- return null;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement