dotSILENT / chandling-svr

SA:MP Server plugin introducing per-vehicle handling control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHandling Server

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.

Installation

  1. Download the latest release for your system (windows/linux)
  2. Copy the plugin file (.dll or .so) to plugins directory in your game mode and the include to your includes dir
  3. Include the plugin's include file: #include <chandlingsvr>

Compiling

This plugin is set up using CMake, for a small tutorial check out this

Thanks to

  • 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

About

SA:MP Server plugin introducing per-vehicle handling control

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 73.0%Language:C 26.4%Language:SourcePawn 0.3%Language:CMake 0.3%Language:Objective-C 0.0%