I've Just Made A Cleo . Worked On It For Long ... (Don't Judge , It's A Simple Cleo tho)
And I Can't Use Less Than 8 Conditions ...
Here's The Cleo
And I Can't Use Less Than 8 Conditions ...
Here's The Cleo
Code:
{$CLEO}
thread "CarHalfGod"
:label
wait 0
if and
0256: player $PLAYER_ACTOR defined
0AB0: key_pressed 49
jf [member=23507]Label[/member]
0ACD: show_text_highpriority "~g~CarHalfGod ~r~Activated" time 2000
jump @second
:second
wait 0
if and
31@ = Actor.CurrentCar($PLAYER_ACTOR)
jf @notincar
repeat
wait 0
while 00DB: actor $PLAYER_ACTOR in_car 31@
02AC: set_car 31@ immunities BP 1 FP 1 EP 1 CP 1 MP 1
wait 1000
02AC: set_car 31@ immunities BP 0 FP 0 EP 0 CP 0 MP 0
UNTIL 0118: actor $PLAYER_ACTOR dead or 0AB0: key_pressed 50
jump [member=23507]Label[/member]
:notincar
0AF8: samp add_message_to_chat "You Are Not In A Car, Mister." color 14483456
jump [member=23507]Label[/member]