Skip to content

[SAMP 0.3.7] An AutoHotKey library that allows the use of native GTA:SAMP functions through the use of Windows API for memory manipulation. SA-MP is a free Massively Multiplayer Online game mod for the PC version of Rockstar Games Grand Theft Auto: San Andreas.

License

Notifications You must be signed in to change notification settings

mistermuki/SAMPAHK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[SAMP 0.3.7] An AutoHotKey library that allows the use of native GTA:SAMP functions through the use of Windows API for memory manipulation. SA-MP is a free Massively Multiplayer Online game mod for the PC version of Rockstar Games Grand Theft Auto: San Andreas.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published