Skip to content

Open-GTO/samp-gvar-plugin

 
 

Repository files navigation

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.

About

GVar Plugin for SA-MP (San Andreas Multiplayer)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 99.8%
  • Other 0.2%