Skip to content

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

License

Notifications You must be signed in to change notification settings

Tiaansu/samp-rng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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