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.
- Host: GitHub
- URL: https://github.com/tiaansu/samp-rng
- Owner: Tiaansu
- License: mit
- Created: 2024-05-11T06:29:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T00:49:18.000Z (9 months ago)
- Last Synced: 2025-01-06T06:43:38.380Z (5 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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