Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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