CODE DOCUMENTATION - INCOMPLETE
SAMPAHK is an library specifically made to be used inside of AutoHotKey. A part of the library comes from SAMPUDF made by paul-phoenix, linked above. The end goal for SAMPAHK is to be able to provide a more complete platform for SA-MP memory modding in AutoHotKey. If you have any issues with the program, please leave an issue ticket.
Currently. only SA-MP Version 0.3.7 R1. and Version 1 of the GTA SA Executable.
IN ORDER FOR THIS TO WORK, YOU MUST MUST MUST BE USING AutoHotKey (32 BIT)
Do not make issues or talk about errors in 64 bit. The library will not work in 64 bit.
SendMode Input
SetWorkingDir %A_ScriptDir%
#Warn
#UseHook
#NoEnv
#SingleInstance force
#include %A_ScriptDir%\SAMP.ahk
SendMode Input
SetWorkingDir %A_ScriptDir%
#Warn
#UseHook
#NoEnv
#SingleInstance force
#include %A_ScriptDir%\SAMP.ahk