Zin
Expert
- Joined
- Aug 1, 2013
- Messages
- 1,738
- Solutions
- 2
- Reaction score
- 117
Ok so i found a way to farm money on this roleplay server but it takes long so i made it easier to do i used samp keybinder to send a command "/getpizza" and then i would use checkpoint syncer but i want it to do it automatically i have seen topics about keybinding but its just samp say msg opcode made send keypress via gta i tried auto hotkey but that does not seem to work like it does not activate samp keybinder and checkpoint syncer yeah i could build this into the checkpoint syncer script but then i have to change the command and edit it when i don't want to use it.
For the auto hotkey experts if they know a soloution.
it sends UY U for the cmd and Y for checkpoint syncer with the correct time but it does not work for GTA sa.
For the auto hotkey experts if they know a soloution.
Code:
j::
Loop
{
if get_out = 1
break
sleep, 1000
send U
send Y
}
x::get_out = 1
it sends UY U for the cmd and Y for checkpoint syncer with the correct time but it does not work for GTA sa.