Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.56 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.56 KB

SAMPAHK (1.1.0)

Codacy Badge

CODE DOCUMENTATION - INCOMPLETE

Synopsis

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.

SUPPORTED SAMP VERSIONS

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.

USAGE (WHEN WRITING)

(MAKE SURE THE MOD YOU ARE WRITING IS IN THE SAM_MODS WITH SAMP.AHK)

Referencing the API in your script:

SendMode Input
SetWorkingDir %A_ScriptDir%
#Warn
#UseHook
#NoEnv
#SingleInstance force
#include %A_ScriptDir%\SAMP.ahk

Example of script usage:

SendMode Input
SetWorkingDir %A_ScriptDir%
#Warn
#UseHook
#NoEnv
#SingleInstance force
#include %A_ScriptDir%\SAMP.ahk