CrossCRS / scripthookvdotnet

An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language ingame.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Community Script Hook V .NET

Build Status

This is an ASI plugin for Grand Theft Auto V, based on the C++ ScriptHook by Alexander Blade, which allows running scripts written in any .NET language ingame.

Downloads

Prebuilt binaries can be found on the releases page.

Contributing

You'll need Visual Studio to open the project file and the Script Hook V SDK, which has to be extracted into "/sdk" after downloading.

Any contributions to the project are welcomed, it's recommended to use GitHub pull requests.

License

All the source code except for the Vector, Matrix and Quaternion classes, which are licensed separatly, is licensed under the conditions of the zlib license.

About

An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language ingame.

License:zlib License


Languages

Language:C++ 99.2%Language:C# 0.8%