• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

i need a kick system

Status
Not open for further replies.
Level 3
Joined
Sep 29, 2007
Messages
26
Hello all, i really need a good system : there are some team killer or stupid player saying insult !!! i hate that, so i want a kick system :) ( -kick red not -kick (name) plz )

Thanks ^^ and sorry : its my request n°5 xD
 
Level 6
Joined
Aug 24, 2006
Messages
253
Events
Player - Player 1 (Red) types a chat message containing -kick as An exact match
Conditions
Actions
If ((Entered chat string) Equal to -kick player 2) then do (Game - Defeat Player 2 (Blue) with the message: Kicked!) else do (Do nothing)
If ((Entered chat string) Equal to -kick player 3) then do (Game - Defeat Player 3 (Teal) with the message: Kicked!) else do (Do nothing)
If ((Entered chat string) Equal to -kick player 4) then do (Game - Defeat Player 4 (Purple) with the message: Kicked!) else do (Do nothing)
etc ...
 
Level 3
Joined
Sep 29, 2007
Messages
26
Thanks Varine. i can kick all noob saying insult or team killer for my rpg.

Edit : Sorry but i don't found the :

If ((Entered chat string) Equal to -kick player 2) then do (Game - Defeat Player 2 (Blue) with the message: Kicked!) else do (Do nothing)
 
Last edited:
Level 6
Joined
Aug 24, 2006
Messages
253
Uploaded map with trigger in it. Copy and paste it or export and import it. It should work, but if not then you won't be any worse of than you are now, plus you can tell people how useless I am.
 

Attachments

  • Kick Trig.w3m
    13.2 KB · Views: 97
Level 5
Joined
Aug 16, 2007
Messages
149
I've just done a dialog-based one: you type -kick then a dialog box comes up and you choose which player to kick.
 

Attachments

  • Dialog-based kicking system.w3x
    17.2 KB · Views: 101
Status
Not open for further replies.
Top