Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 495 Bytes

SampRNG

A simple random number generator plugin for SAMP/open.mp in Rust.

Installation

  • Download suitable binary files from releases for your operating system
  • Add it to your plugins folder
  • Add samp_rng to server.cfg or samp_rng.so (for linux)
  • Add samp_rng.inc in includes folder

Building

  • Clone the repo

git clone https://github.com/Tiaansu/samp-rng.git

  • Build using makefile

make release for release builds

make debug for debug builds