Staredit Network

Staredit Network -> UMS Assistance -> banning players
Report, edit, etc...Posted by I-X-King-X-I on 2005-11-23 at 13:18:20
Ok i know how to make a trigger that bans players
but the ones i always made were you need majority of all players in map/p1 just bans

but i wanted it if only 4/6 players are playing in map only need 3 to ban

but if all 6, need 4 to ban

see what i mean?

i have no idea how to set up a ban like that

helpsmilie.gif please
Report, edit, etc...Posted by PCFredZ on 2005-11-23 at 13:35:16
Separate triggers for each individual situation (that is, when there are exactly X players in the game, you need 2X/3 players on the beacon), from 3 to 8. Since there's rounding, you only really have to do one for "3", one for "4-6", and one for "7-8".
Report, edit, etc...Posted by I-X-King-X-I on 2005-11-23 at 13:38:47
QUOTE(PCFredZ @ Nov 23 2005, 12:35 PM)
Separate triggers for each individual situation (that is, when there are exactly X players in the game, you need 2X/3 players on the beacon), from 3 to 8. Since there's rounding, you only really have to do one for "3", one for "4-6", and one for "7-8".
[right][snapback]362489[/snapback][/right]

k thanks..

good thing ur on..or it woulda took for ever for someone to post biggrin.gif
Report, edit, etc...Posted by Oo.Turin.oO on 2005-11-23 at 16:21:54
Some maps (that use a difference in the number of players) also use counters at the very beginning of the game. for instance, they have 1 pre-placed unit for each player when the game starts. Then they either use a switch after determining the number of players or use something else. So, this takes a few triggers but it can be worth it.
Report, edit, etc...Posted by Re_JackKrauser on 2005-11-23 at 22:21:39
those types of bans are to complicated to just ban a player.

just make a separate area and give ur self like a rine and everyone else a medic... then make the trigger


null
Trigger
Players:
¤ current player
Conditions:
¤ current player has suffered death of 1 medic
Actions:
¤ display text: YOU HAVE BEEN BANNED!
¤ end game for current player in deafet



and kill thier medic to ban them
Report, edit, etc...Posted by KaboomHahahein on 2005-11-23 at 22:38:10
QUOTE(I-X-King-X-I @ Nov 23 2005, 01:18 PM)
Ok i know how to make a trigger that bans players
but the ones i always made were you need majority of all players in map/p1 just bans
[right][snapback]362483[/snapback][/right]


I-X-King-X-I knows how to ban people, he/she wants a majority vote that also depends on the amount of people in the game.
Report, edit, etc...Posted by M_s4 on 2005-11-23 at 22:39:18
Detecting the number of players and setting conditions of bans based on the amount of players shouldn't really be too hard.
Report, edit, etc...Posted by Oo.Turin.oO on 2005-11-25 at 01:47:06
dont flame. if you think this is an easy trigger, then show him how, not say "oh it shouldn't be too hard". Well it obviously is for him which is why he is in MAP MAKING ASSISTANCE. We are here to help not tell people they are noobs because they don't know something. Everytime we help them out, they become less of a noob and more of a pro.
Next Page (1)