CLEO Help need help 2http://ugbase.eu/Thread-need-help-2

CLEO related
Status
Not open for further replies.

jedubombyEoS

Member
Joined
Mar 17, 2016
Messages
23
Reaction score
0
Hi, I downloaded Autoscroll.cs but its move so fast and i want make it a bit slow, I dont know about code much lol, Can u tell me which one is speed code/move. Anybody can help me?
here's code:
Quote: said:
{$CLEO}

wait 0

repeat
wait 0
until Player.Defined(0)

while true
wait 0
if and
not Actor.Driving($PLAYER_ACTOR)
8818: not actor $PLAYER_ACTOR in_air
0AB0: 2 // RBM
then
if 0AB0: 2
then
while 0AB0: 2
wait 0
end

1@ = 0

/* 1@ = -1
for 0@ = 22 to 32 step 1 // List guns
if or
1@ == 25
1@ == 26
1@ == 27
then continue
end

if 02D8: actor $PLAYER_ACTOR current_weapon == 0@
then
1@ = 0
break
end
end */

if 1@ <> -1
then
0470: 0@ = actor $PLAYER_ACTOR current_weapon
while true
wait 0
01B9: set_actor $PLAYER_ACTOR armed_weapon_to 0
0470: 1@ = actor $PLAYER_ACTOR current_weapon
if or
1@ == 0
1@ == 1
then break
end
end

01B9: set_actor $PLAYER_ACTOR armed_weapon_to 0@
end
end
end
end
 

Mila.cs ✅

Well-known member
Joined
Jun 24, 2016
Messages
247
Reaction score
10
Location
̀́̀́
RE: need help 2

Just add/change some wait commands. :LOL: wait 0 -> wait TIME (example: wait 100)

Code:
0470: 0@ = actor $PLAYER_ACTOR current_weapon
while true
wait 0 //Edit this
01B9: set_actor $PLAYER_ACTOR armed_weapon_to 0
wait 0 //Edit this 
0470: 1@ = actor $PLAYER_ACTOR current_weapon
if or
1@ == 0
1@ == 1
then break
end
end
wait 0 //Edit this 
01B9: set_actor $PLAYER_ACTOR armed_weapon_to 0@
end
end
 

jedubombyEoS

Member
Joined
Mar 17, 2016
Messages
23
Reaction score
0
RE: need help 2

doesnt work, try to do it yourself, because it makes me that icon fist not see.
fist icon bug: https://www.youtube.com/watch?v=_evypt8GzGQ&feature=youtu.be
 

Mila.cs ✅

Well-known member
Joined
Jun 24, 2016
Messages
247
Reaction score
10
Location
̀́̀́
RE: need help 2

jedubombyEoS said:
doesnt work, try to do it yourself, because it makes me that icon fist not see.
fist icon bug: https://www.youtube.com/watch?v=_evypt8GzGQ&feature=youtu.be
You did set the video to private... :areyoukiddingme:
 
Status
Not open for further replies.
Top