Pottus / ColAndreas

Collision Plugin For San Andreas Multiplayer
GNU General Public License v3.0
68 stars 44 forks source link

ColAndreas

New thread, since the previous thread was deleted by your king.

ColAndreas is a plugin for SA-MP which creates a simulation of the San Andreas world. Using the Bullet Physics library, ColAndreas gives the server knowledge of the game environment itself.

Watch it in action: https://www.youtube.com/watch?v=aSabQWqQBkI

Download

Go to the releases page and grab the latest ColAndreas_Precompiled zip file, it contains the Windows and Linux versions of the plugin, the include file for PAWN and the Wizard executable. The wizard generated file goes in /scriptfiles/ColAndreas/ with the name of ColAndreas.cadb!

Linux note

build instructions under debian

sudo apt-get install libbullet-dev sudo apt-get install cmake cd ColAndreas-master cmake -B build cd build make