This is a SA:MP server plugin allowing server control of vehicle handlings by communicating with a client-sided plugin (chandling)
Handlings can also be applied per-vehicle, which is not the default behaviour of GTA.
Head over to the Wiki for a list of natives, descriptions and examples.
- Download the latest release for your system (windows/linux)
- Copy the plugin file (
.dll
or.so
) toplugins
directory in your game mode and the include to your includes dir - Include the plugin's include file:
#include <chandlingsvr>
This plugin is set up using CMake, for a small tutorial check out this
- Zeex - for sampGDK and SubHook
- kurta999 - for AMX native redirection code (taken from YSF)
- Whitetiger - for GetPacketId hook (taken from SAMP ACv2)
- DK22Pac - for his plugin sdk that I took some structs from