Jump to content
Geplaatst:
comment_1427564

Hallo

In volgende code had ik graag 15 parametars geschreven maar het probleem is dat de code met or en and maar 9 parameters toelaat. Enige hulp? Thanx.

Huidige code met 9 parametars:

:THE_PROMISE
wait 0 ms
if and
NOT actor.Dead($PLAYER_ACTOR)
NOT actor.Dead($LAPD1_1)
NOT actor.Dead($LAPD1_2)
NOT actor.Dead($LAPD1_3)
NOT actor.Dead($LAPD1_4)
NOT actor.Dead($LAPD1_5)
NOT actor.Dead($LAPD1_6)
NOT actor.Dead($LAPD1_7)
NOT actor.Dead($LAPD1_8)
else_jump @MISSION_26_FAIL
if and
0119: car $COPCAR_1 wrecked 
0119: car $COPCAR_2 wrecked
0119: car $COPCAR_3 wrecked
0119: car $COPCAR_4 wrecked
else_jump @THE_PROMISE

Gewenste code met 15 parametars:

:THE_PROMISE
wait 0 ms
if and
NOT actor.Dead($PLAYER_ACTOR)
NOT actor.Dead($LAPD1_1)
NOT actor.Dead($LAPD1_2)
NOT actor.Dead($LAPD1_3)
NOT actor.Dead($LAPD1_4)
NOT actor.Dead($LAPD1_5)
NOT actor.Dead($LAPD1_6)
NOT actor.Dead($LAPD1_7)
NOT actor.Dead($LAPD1_8)
NOT actor.Dead($LAPD1_9)
NOT actor.Dead($LAPD1_10)
NOT actor.Dead($LAPD1_11)
NOT actor.Dead($LAPD1_12)
NOT actor.Dead($LAPD1_13)
NOT actor.Dead($LAPD1_14)
else_jump @MISSION_26_FAIL
if and
0119: car $COPCAR_1 wrecked 
0119: car $COPCAR_2 wrecked
0119: car $COPCAR_3 wrecked
0119: car $COPCAR_4 wrecked
else_jump @THE_PROMISE

Featured Replies

Geplaatst:
comment_1429272

:THE_PROMISE
wait 0 ms
if and
NOT actor.Dead($PLAYER_ACTOR)
NOT actor.Dead($LAPD1_1)
NOT actor.Dead($LAPD1_2)
NOT actor.Dead($LAPD1_3)
NOT actor.Dead($LAPD1_4)
NOT actor.Dead($LAPD1_5)
NOT actor.Dead($LAPD1_6)
NOT actor.Dead($LAPD1_7)
NOT actor.Dead($LAPD1_8)
else_jump @MISSION_26_FAIL
:ADDED_PART
wait 0
if and
NOT actor.Dead($LAPD1_9)
NOT actor.Dead($LAPD1_10)
NOT actor.Dead($LAPD1_11)
NOT actor.Dead($LAPD1_12)
NOT actor.Dead($LAPD1_13)
NOT actor.Dead($LAPD1_14)
else_jump @MISSION_26_FAIL
if and
0119: car $COPCAR_1 wrecked
0119: car $COPCAR_2 wrecked
0119: car $COPCAR_3 wrecked
0119: car $COPCAR_4 wrecked
else_jump @THE_PROMISE

Opsplitsen! :*D

Een reactie plaatsen

Je kan nu een reactie plaatsen en pas achteraf registreren. Als je al lid bent, log eerst in om met je eigen account een reactie te plaatsen.

Gast
Op dit onderwerp reageren...

Recent actief 0

  • Er zijn hier geen geregistreerde gebruikers aanwezig.