CLEO Help Need help cleo scripting

CLEO related
Status
Not open for further replies.

Glenn332

Active member
Joined
May 19, 2013
Messages
61
Reaction score
0
Im trying to make this cleo script only work when you are on foot and when you are in a car it shouldn't activate upon pressing button. please i need some help with this quick the script now makes me bugged out as the key is to somewhere near and will fuck when i try to type in chat in a car.
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
try to put this
Code:
:YOURCODE_01
wait 0
if
044B:   actor $PLAYER_ACTOR on_foot 
else_jump @YOURCODE_01
jump @YOURCODE_02

:YOURCODE_02
// what you want to do
jump @YOURCODE_01
 

Glenn332

Active member
Joined
May 19, 2013
Messages
61
Reaction score
0
try to put this
Code:
:YOURCODE_01
wait 0
if
044B:   actor $PLAYER_ACTOR on_foot 
else_jump @YOURCODE_01
jump @YOURCODE_02

:YOURCODE_02
// what you want to do
jump @YOURCODE_01
Thank you so much once more ya have been a great help so far <3
 
Status
Not open for further replies.
Top