Have you ever played a teammatch and wanted only 2 team to slug it out, only to have some turd get in the game as green or yellow, and doesn't change when people ask them to, and in the end, turning teammatch into a giant pointless fragfest?
Have you ever had a guy Tk your own team for no reason, and vote kick doesn't work because all the guys on the other team wants him to stay in?
Well, all of this could be solved, without an admin, if something similar to a command trigger is implantmented, an Example:
(I suck with VB, I've only been learning for 3 months)
X = 0
If *"Any Player" or "Specific Players"* JoinTeam3 OR JoinTeam4
Then
*Player* /setteam 1 OR 2 AND *Player* /kill
msg "*Player* no joining yellow or green team,
x + 1
Loop till X = *Whatever times they're allowed to disobey the rules*
Then *Player* Kick/Ban
This would mean that any (or certain) players who join a certain team will be sent to the correct team and killed for the round(If on Survival), and if they repeatedly does it, the server kicks. This can be modified, like so:
x = 0
If *"Any Player" or "Specific Players"* /votekick
Then
x + 1
x = 0 After *Time that it takes to reset the voting limit*
Loop till X = *Whatever times they're allowed to votekick*
Then *Player* Kick/Ban
ServerMsg "*Player* has been kicked for massive voting*"
To stop people from massively voting to annoying others.
Of course, many many more things can be done other then these if Command Triggers are to be implantmented, and I believe that it should be made, as a seperate program that need to be downloaded from the main site(To prevent noobs from making bad servers) and should be designed with premade dropdown lists to help people who have problems with VB be able to make these Triggers also. A good example of such a system would be the Starcraft map maker, and look at how many custom (and fun) maps came from that.
Feel free to add more uses here if you think that it'll be useful.
Have you ever had a guy Tk your own team for no reason, and vote kick doesn't work because all the guys on the other team wants him to stay in?
Well, all of this could be solved, without an admin, if something similar to a command trigger is implantmented, an Example:
(I suck with VB, I've only been learning for 3 months)
X = 0
If *"Any Player" or "Specific Players"* JoinTeam3 OR JoinTeam4
Then
*Player* /setteam 1 OR 2 AND *Player* /kill
msg "*Player* no joining yellow or green team,
x + 1
Loop till X = *Whatever times they're allowed to disobey the rules*
Then *Player* Kick/Ban
This would mean that any (or certain) players who join a certain team will be sent to the correct team and killed for the round(If on Survival), and if they repeatedly does it, the server kicks. This can be modified, like so:
x = 0
If *"Any Player" or "Specific Players"* /votekick
Then
x + 1
x = 0 After *Time that it takes to reset the voting limit*
Loop till X = *Whatever times they're allowed to votekick*
Then *Player* Kick/Ban
ServerMsg "*Player* has been kicked for massive voting*"
To stop people from massively voting to annoying others.
Of course, many many more things can be done other then these if Command Triggers are to be implantmented, and I believe that it should be made, as a seperate program that need to be downloaded from the main site(To prevent noobs from making bad servers) and should be designed with premade dropdown lists to help people who have problems with VB be able to make these Triggers also. A good example of such a system would be the Starcraft map maker, and look at how many custom (and fun) maps came from that.
Feel free to add more uses here if you think that it'll be useful.