Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 493 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 493 Bytes

gtasa-precise-fps-limiter

Clone

git clone --depth 1 --recurse-submodules --shallow-submodules https://github.com/ZantetsukenGT/gtasa-precise-fps-limiter.git

Requirements

plugin-sdk

SAMP-API

cd SAMP-API
mkdir out
cd out
cmake .. -A Win32

Open SAMP-API's newly generated .sln file and build the solution in the Release configuration.

Open the main .sln file, enjoy.