Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 996 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 996 Bytes

SA-MP GVar Plugin

This plugin is an extension to the per-player variable (PVar) system introduced in SA-MP 0.3a with a few key differences:

  • Global variables (GVars) that are not linked to any player IDs
  • Presence in memory until explicit deletion with DeleteGVar
  • Much faster execution time than properties (see SA-MP forum thread for benchmarks)

Compilation (Windows)

Open the solution file (gvar.sln) in Microsoft Visual Studio 2010 or higher. Build the project.

Compilation (Linux)

Install the GNU Compiler Collection and GNU Make. Type "make" in the top directory to compile the source code.

Download

The latest binaries for Windows and Linux can be found here.

Documentation

More information can be found in the SA-MP forum thread as well as the README file in the binary package.