13.12.2010, 15:01
Quote:
Nice, but you can make it(if you don't use teams in your GM):
pawn Код:
|
We have three players: A, B and C. Now we want satisfy the following conditions:
- player A can kill player B
- player B can kill player A
- player C can't kill players A and B
- players A and B can't kill player C
Your function will not satisfy this conditions (I tried this way once).