sicedaca989
Member
- Joined
- May 2, 2016
- Messages
- 5
- Reaction score
- 0
Hello guys, where i can find this mode?? https://www.youtube.com/watch?v=plVOzpO5iPM Ty.
Parazitas said:This almost same , but if you know something about cleo , then you can edit.
So, you know something about cleo?
[shcode=cpp]
{$CLEO .cs}
0000:
REPEAT
WAIT 0
UNTIL 0AFA: SAMP_IS_READY
WHILE TRUE
WAIT 0
IF
0AB0: 41 { 1 key }
THEN
IF
31@ == FALSE
THEN
WAIT 500
0AF8: samp add_message_to_chat "{FFF700}Activated" color 0xFFF700
31@ = TRUE
ELSE
WAIT 500
0AF8: samp add_message_to_chat "{FFF700}De - activated" color 0xFFF700
31@ = FALSE
END
END
IF
31@ == TRUE
THEN
IF AND
00DF: actor $PLAYER_ACTOR driving
84C8: not actor $PLAYER_ACTOR driving_flying_vehicle
04AB: not actor $PLAYER_ACTOR driving_plane
84A9: not actor $PLAYER_ACTOR driving_heli
84A7: not actor $PLAYER_ACTOR driving_boat
THEN
03C0: 0@ = actor $PLAYER_ACTOR car
02E3: 1@ = vehicle 0@ speed
IF
1@ > 15.0
THEN
04BA: set_car 0@ speed_to 15.0
0AF8: samp add_message_to_chat "Speed 1" color -1
END
END
IF AND
00DF: actor $PLAYER_ACTOR driving
84C8: not actor $PLAYER_ACTOR driving_flying_vehicle
04AB: not actor $PLAYER_ACTOR driving_plane
84A9: not actor $PLAYER_ACTOR driving_heli
84A7: not actor $PLAYER_ACTOR driving_boat
THEN
03C0: 0@ = actor $PLAYER_ACTOR car
02E3: 1@ = vehicle 0@ speed
IF
1@ > 25.0
THEN
04BA: set_car 0@ speed_to 25.0
0AF8: samp add_message_to_chat "Speed 2" color -1
END
END
IF AND
00DF: actor $PLAYER_ACTOR driving
84C8: not actor $PLAYER_ACTOR driving_flying_vehicle
04AB: not actor $PLAYER_ACTOR driving_plane
84A9: not actor $PLAYER_ACTOR driving_heli
84A7: not actor $PLAYER_ACTOR driving_boat
THEN
03C0: 0@ = actor $PLAYER_ACTOR car
02E3: 1@ = vehicle 0@ speed
IF
1@ > 33.0
THEN
04BA: set_car 0@ speed_to 33.0
0AF8: samp add_message_to_chat "Speed 3" color -1
END
END
END
END
[/shcode]
I really don't know, but i will try, thx anyway, SHAME ON ME
sicedaca989 said:Parazitas said:This almost same , but if you know something about cleo , then you can edit.
So, you know something about cleo?
[shcode=cpp]
{$CLEO .cs}
0000:
REPEAT
WAIT 0
UNTIL 0AFA: SAMP_IS_READY
WHILE TRUE
WAIT 0
IF
0AB0: 41 { 1 key }
THEN
IF
31@ == FALSE
THEN
WAIT 500
0AF8: samp add_message_to_chat "{FFF700}Activated" color 0xFFF700
31@ = TRUE
ELSE
WAIT 500
0AF8: samp add_message_to_chat "{FFF700}De - activated" color 0xFFF700
31@ = FALSE
END
END
IF
31@ == TRUE
THEN
IF AND
00DF: actor $PLAYER_ACTOR driving
84C8: not actor $PLAYER_ACTOR driving_flying_vehicle
04AB: not actor $PLAYER_ACTOR driving_plane
84A9: not actor $PLAYER_ACTOR driving_heli
84A7: not actor $PLAYER_ACTOR driving_boat
THEN
03C0: 0@ = actor $PLAYER_ACTOR car
02E3: 1@ = vehicle 0@ speed
IF
1@ > 15.0
THEN
04BA: set_car 0@ speed_to 15.0
0AF8: samp add_message_to_chat "Speed 1" color -1
END
END
IF AND
00DF: actor $PLAYER_ACTOR driving
84C8: not actor $PLAYER_ACTOR driving_flying_vehicle
04AB: not actor $PLAYER_ACTOR driving_plane
84A9: not actor $PLAYER_ACTOR driving_heli
84A7: not actor $PLAYER_ACTOR driving_boat
THEN
03C0: 0@ = actor $PLAYER_ACTOR car
02E3: 1@ = vehicle 0@ speed
IF
1@ > 25.0
THEN
04BA: set_car 0@ speed_to 25.0
0AF8: samp add_message_to_chat "Speed 2" color -1
END
END
IF AND
00DF: actor $PLAYER_ACTOR driving
84C8: not actor $PLAYER_ACTOR driving_flying_vehicle
04AB: not actor $PLAYER_ACTOR driving_plane
84A9: not actor $PLAYER_ACTOR driving_heli
84A7: not actor $PLAYER_ACTOR driving_boat
THEN
03C0: 0@ = actor $PLAYER_ACTOR car
02E3: 1@ = vehicle 0@ speed
IF
1@ > 33.0
THEN
04BA: set_car 0@ speed_to 33.0
0AF8: samp add_message_to_chat "Speed 3" color -1
END
END
END
END
[/shcode]
I really don't know, but i will try, thx anyway, SHAME ON ME