undiscovered
Active member
- Joined
- May 3, 2013
- Messages
- 76
- Reaction score
- 0
For Rp servers that provide seatbelt ( /seatbelt ) feature.. Safety is a must :happy: :happy::happy:
Code:
{$CLEO .cs}
thread 'Gio'
:LOAD
wait 0
if
8AF7: get_samp_base_to 0@
then
0A93: end_custom_thread
end
repeat
wait 400
until 0AFA: is_samp_structures_available
:Gio_01
wait 0
if
0256: player $PLAYER_CHAR defined
else_jump @Gio_01
if
0449: actor $PLAYER_ACTOR in_a_car
else_jump @Gio_01
wait 1000
0AF9: samp say_msg "/seatbelt"
jump @Gio_02
:Gio_02
wait 0
if
044B: actor $PLAYER_ACTOR on_foot
else_jump @Gio_02
jump @Gio_01