omribaratz
Member
- Joined
- Feb 25, 2013
- Messages
- 14
- Reaction score
- 0
I downloaded an auto getmats from this site, and the problem is that it works only once, it doesn't do /getmats everytime I go to the location just at the first time I go to that location since I logged in, I'm using an auto path bot that automatically do the mat running path for me, but I need something that will do /getmats everytime I reach the pickup point.
Can you make this following code work everytime I reach the pickup point?
code:
{$CLEO}
0000:
if
8AF7: get_samp_base_to 0@
then
0A93: end_custom_thread
end
repeat
wait 400
until 0AFA: is_samp_structures_available
:Wittzi_01
wait 0
if
0256: player $PLAYER_CHAR defined
else_Jump @Wittzi_01
if
00DF: actor $PLAYER_ACTOR driving
else_jump @Wittzi_01
if
00EC: actor $PLAYER_ACTOR 0 near_point 1420.403 -1324.796 13.262 radius 80.0 80.0
else_jump @Wittzi_01
0AF9: "/gmats"
wait 1000
jump @Wittzi_01
Can you make this following code work everytime I reach the pickup point?
code:
{$CLEO}
0000:
if
8AF7: get_samp_base_to 0@
then
0A93: end_custom_thread
end
repeat
wait 400
until 0AFA: is_samp_structures_available
:Wittzi_01
wait 0
if
0256: player $PLAYER_CHAR defined
else_Jump @Wittzi_01
if
00DF: actor $PLAYER_ACTOR driving
else_jump @Wittzi_01
if
00EC: actor $PLAYER_ACTOR 0 near_point 1420.403 -1324.796 13.262 radius 80.0 80.0
else_jump @Wittzi_01
0AF9: "/gmats"
wait 1000
jump @Wittzi_01