View previous topic :: View next topic |
Author |
Message |
lubomir222
New Member


Joined: 27 Feb 2020 Posts: 15
53 Bank Notes
Items
|
|
Hello i wanted to ask if you don't know how to put cutscene or some objective after you enter into car you want? |
|
Back to top |
|
 |
mammix
Junior Member


Joined: 20 Sep 2014 Posts: 97 Location: Lublin, Poland 6046 Bank Notes
Items
|
|
There's a script:
COMPAREOWNERWITHEX WW,XX,YY,ZZ
ww == ID of actor to check if there in car xx
xx == ID of car we want to know if Actor ww is in
yy == label to jump to when condition is true
zz == label to jump to when condition is false
so, let's say you want Tommy (actor 0) to enter car (actor 1) and then stuff happens:
label 9
COMPAREOWNERWITHEX 0,1,-1,9
and under that you do whatever you want to happen next  |
|
Back to top |
|
 |
lubomir222
New Member


Joined: 27 Feb 2020 Posts: 15
53 Bank Notes
Items
|
|
Back to top |
|
 |
|
|