0 Members and 1 Guest are viewing this topic.
procedure OnJoinTeam(ID, Team: byte);begin if Team > 2 then begin Command('/setteam1 '+inttostr(ID)); end;end;
procedure OnJoinTeam(Id, Team: byte);begin if ((Team <> 1) and (Team <> 5)) then Command('/setteam1 ' + InttoStr(Id));end;