Home   Help Search Login Register  

Author Topic: Surrender  (Read 1260 times)

0 Members and 1 Guest are viewing this topic.

max_killer_payne

  • Guest
Surrender
« on: 22 Jul 2003, 12:29:55 »
Just had a gd idea. Mayb during a multiplayer match if you are outnumbered or seperated from your squad during a mission, yuo could use an action to surrender and then are taken prisoner, all your weapons are taken and you must follow the leader of the enemy sqaud. When you get more than 20m away from the leader the leader is alerted.

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Re:Surrender
« Reply #1 on: 24 Jul 2003, 17:53:54 »
there's a setcaptive command i think.

and as for the rest, the surrendered player would have to go into a cutscene, so that the ai system could make the player follow the enemy prison guard

Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123

peter

  • Guest
Re:Surrender
« Reply #2 on: 28 Jul 2003, 06:48:21 »

player setcaptive true
removeallweapons player
#loop
@ player distance _guard < 20
~1
@ player distance _guard > 20
_guard globalchat "fall back into formation *g*"
goto "loop"
« Last Edit: 28 Jul 2003, 06:50:37 by peter »