Giter VIP home page Giter VIP logo

samp-addon's Introduction

What is it?

It is client-server plugin, that adds functionality to SA:MP (GTA San Andreas Multiplayer)
To use that mod, you may install GTA:SA v1.0 US/EU and SA:MP 0.3a+ (properly works only with 0.3d+)

How do i use it?

At this moment, client is in alpha stage, when server is in deep-pre-alpha (coz server code is cross-platform)
If you want to test it, you can download all stuff you need from /build/server(client)/windows & /build/server(client)/linux folders in master branch

I want to build it myself!

Okay, if you want, you can compile it in VS2013 (solution file included) or using UNIX make (makefile included too)
All needle libraries & includes (excluding boost, ofc) placed in /build/include & /build/lib folders, for both Windows & Linux

Compiling on Windows (client, server & updater):

Download latest boost includes and place to your IDE include folder
Open solution file (addon.sln) and press F7. If all goes OK, all solution (client, server and updater) will built.

Compiling on Linux (server only):

Log in as root, then install/update your boost libraries (version 1.55.0 minimum required)

If you are using Debian/Ubuntu:

	apt-get update
	apt-get install libboost-all-dev

Or, if you are using CentOS/RHEL:

	yum update
	yum install boost-devel

When you updated boost libs, you can easily compile server binary by typing these commands:

	cd /path/to/server/source
	make

Wait for a 1-2 minutes... That's it! Compiled binary will be in /build/server/linux directory.

Russian topics:

http://forum.sa-mp.com/showthread.php?t=449479
http://pawno.su/showthread.php?t=97252
http://pawno-info.ru/showthread.php?t=162573

samp-addon's People

Contributors

brbsh avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.