Home   Help Search Login Register  

Author Topic: Beat the YOU ARE DEAD?  (Read 607 times)

0 Members and 1 Guest are viewing this topic.

Silver Fox

  • Guest
Beat the YOU ARE DEAD?
« on: 14 Jan 2003, 11:46:35 »
Hey guys this may sound a fairly random question but is is posible to beat the "you are dead" you know the one which pops up when you die   :gunman: :beat:  ?

I just wanna run a small cutscene! The below is what i thought would work but it did not  :(

Trigger =    Condition=   not(alive myguy)
                  Activation=   [] exec "myscript.sqs"

When he dies it goes you are dead, and my script wont run?

Im probly being very stupid just for a change  ???

Please help me out Guys  ;D
« Last Edit: 14 Jan 2003, 11:47:04 by Silver Fox »

Padimite

  • Guest
Re:Beat the YOU ARE DEAD?
« Reply #1 on: 14 Jan 2003, 12:24:32 »
what you have to do is make a .sqs named 'onplayerkilled.sqs'. When you get killed this will run automatically without triggers.  I got this from SnYpir's tutorial here: http://www.ofpec.com/editors/browse.php?browsewhat=0&category=0_7

Silver Fox

  • Guest
Re:Beat the YOU ARE DEAD?
« Reply #2 on: 14 Jan 2003, 12:28:19 »
Cheers Padimite Ill look into it  ;D