0 Members and 1 Guest are viewing this topic.
My new password is secure as shit Mate, I am not sure Shit is even secured nowadays.
I attend grammar school, last grade, and ignorance is all around me. Well, good for them. Ignorance is bliss.
I guess you could theoretically arrange for people to wear those colors.Or possibly make a script where you would have a bot on the server with a white shirt which spectates after the next person joins and gets a white shirt.
procedure ActivateServer();begin Command('/addbot1 ALPHACOLORBOT'); Command('/addbot2 BRAVOCOLORBOT');end;procedure OnJoinTeam(ID, Team: byte);begin if Team = 1 then Command('/kick ALPHACOLORBOT'); if Team = 2 then Command('/kick BRAVOCOLORBOT');end;procedure OnLeaveGame(ID, Team: byte;Kicked: boolean);begin if (Team = 1) and (AlphaPlayers = 0) then Command('/addbot1 ALPHACOLORBOT'); if (Team = 2) and (BravoPlayers = 0) then Command('/addbot1 BRAVOCOLORBOT');end;