An open API service indexing awesome lists of open source software.

https://github.com/tiaansu/samp-rng

A simple random number generator plugin for SAMP/open.mp in Rust.
https://github.com/tiaansu/samp-rng

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](include/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