Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghosty2004/samp-node-gm
An example of SA:MP gamemode in NodeJS
https://github.com/ghosty2004/samp-node-gm
Last synced: about 13 hours ago
JSON representation
An example of SA:MP gamemode in NodeJS
- Host: GitHub
- URL: https://github.com/ghosty2004/samp-node-gm
- Owner: ghosty2004
- Created: 2021-09-23T14:59:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T17:11:55.000Z (over 3 years ago)
- Last Synced: 2025-02-05T07:56:28.869Z (8 days ago)
- Language: JavaScript
- Homepage:
- Size: 5.44 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this ?
This is a SA:MP (San Andreas Multi Player) gamemode write in NodeJS# How can I use ?
1. Download the source from this page.
2. Download the latest **samp-node** plugin from here: https://github.com/AmyrAhmady/samp-node/releases/tag/1.1.0
3. Put the **node.dll (windows)** or **libnode.so.64 (linux)** file in your server root directory.
4. Start the server.# Where is the script source ?
`server root directory\resources\index.js`# NPM Modules
`samp-node-lib` - **npm install samp-node-lib**
`mysql` - **npm install mysql**
`md5` - **npm install md5**
`events` - **npm install events**
Or just use `npm install`# Plugin source ?
https://github.com/AmyrAhmady/samp-node