open.mp forum
[Plugin] What is ColAndreas for? - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Plugin] What is ColAndreas for? (/showthread.php?tid=1846)



What is ColAndreas for? - Boxi - 2021-04-07

I've seen it, on several sites. But I don't know what it is or what it's for, its description on GitHub doesn't tell me much. Does anyone know? thanks!


RE: What is ColAndreas for? - DandoRYx - 2021-04-07

Basically, there is stuff to check if somebody/something collided with something etc...
Here's what you can do with it (NOT MY VIDEO): https://youtu.be/aSabQWqQBkI?t=38

https://github.com/Pottus/ColAndreas/blob/master/Server/include/colandreas.inc
Here is the colandreas.inc where are descriptions to the functions.


RE: What is ColAndreas for? - Axitz - 2021-04-07

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


RE: What is ColAndreas for? - Boxi - 2021-04-07

(2021-04-07, 02:59 PM)DandoRYx Wrote: Basically, there is stuff to check if somebody/something collided with something etc...

Here's what you can do with it (NOT MY VIDEO): https://youtu.be/aSabQWqQBkI?t=38



https://github.com/Pottus/ColAndreas/blob/master/Server/include/colandreas.inc

Here is the colandreas.inc where are descriptions to the functions.



Quote: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
[url=https://www.youtube.com/watch?v=aSabQWqQBkI][/url]



thanks for the help to both of you!