Skip to content

SA:MP client plugin allowing per-vehicle handling modifications

License

Notifications You must be signed in to change notification settings

dotSILENT/chandling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHandling

This client sided SA:MP plugin adds the ability to assign vehicle handlings to individual vehicles by modifying the default behaviour of the game.

This plugin can only work with a server sided plugin which controls all the handling modifications chandling-svr

Supported SA:MP versions

The plugin uses libcurl to fetch a file with memory offsets, meaning that unless there are significant changes between the versions, there should be no need for the end-user to download anything when a new version of SA:MP is released.

Currently supported versions: 0.3.7, 0.3.7 R2, 0.3.7 R3, 0.3.7 R3-1, 0.3.7 R-4, 0.3DL R1

Installation

In order to be injected into the game, this plugin requires ASI Loader

  1. Download the latest release
  2. Extract the files to your GTA SA installation directory

Thanks to

  • DK22Pac - for his plugin sdk that I took some structs from
  • ini - for helping with various problems that occured along the way