Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

WopsS/SA-MP-Plus

 
 

Repository files navigation

SA-MP+

Travis CI AppVeyor
Build Status Build status

A plugin that adds new features to SA-MP.

Installation

Client

  1. Download the ASI Loader for GTA San Andreas and extract it into the GTA San Andreas directory.
  2. Download the latest release of this project.
  3. Extract the samp-plus.asi file into the GTA San Andreas directory.

Server

  1. Extract the content of the latest release into the root directory of your SA-MP server.
  2. Add the following line to server.cfg:
    • plugins samp-plus for Windows.
    • plugins samp-plus.so for Linux.
  3. Add the following line to any script that uses SA-MP+:
    • #include <a_samp+.inc>

Build instructions

Requirements

Windows

  1. Download and install Visual Studio 2015 Community Edition or a higher version.
  2. Download and install DirectX Software Development Kit.
  3. Clone this repository.
  4. Extract the content of PREMAKE 5 into the Premake directory.
  5. Copy the content of the MinHook/include directory into the Includes/Client directory.
  6. Copy the content of the RakNet/include directory into the Includes/Common directory.
  7. Copy the compiled MinHook (libMinHook.x86) library and RakNet (RakNetLibStatic) library into the Libs directory.
  8. Go to the Premake directory and run MakeVS2015Projects.bat.
  9. Open the solution (SA-MP+.sln) located in Premake/Projects directory.
  10. Build the projects.

Linux

  1. Download and install a C++ compiler.
  2. Clone this repository.
  3. Extract the content of PREMAKE 5 into the Premake directory.
  4. Copy the content of the RakNet/include directory into the Includes/Common directory.
  5. Copy the compiled RakNet (libRakNetLibStatic) library into the Libs directory.
  6. Go to the Premake directory and run MakeGMakeProjects.sh.
  7. Build the projects by running the make command into the Premake/Projects directory.

About

A plugin that adds new features to SA-MP.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Other 0.6%