ItsRobinson
Active member
- Joined
- Nov 16, 2017
- Messages
- 105
- Reaction score
- 20
Code:
{$CLEO .cs}
:Lockpicks
thread "Lockpicks"
:Lockpicks_10
wait 100
SAMP.Available
else_jump @Lockpicks_10
:picklocksx325
wait 0
if and
key_down 17
key_down 111
jf @picklocksx325
alloc 0@ 64
alloc 2@ 256
alloc 3@ 0
jump @dothelocks
//This section is completely skipped
:dothelocks
wait 0
SAMP.GetChatString(99, 2@, 3@, 4@, 5@)
if
0C18: 0@ = strstr string1 2@ string2 "has successfully picked the lock of a vehicle."
jf @nolock
say "/lock"
0AF8: samp add_message_to_chat "{FFFFFF}Local Works"
free 0@
free 2@
free 3@
//
:nolock
wait 0
say "/picklock"
wait 14500
jump @dothelocks