-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started
dev2alert edited this page Feb 2, 2022
·
2 revisions
Home ▸ Getting started
Preliminary requirements:
Installation and start in TypeScript:
git clone https://github.com/dev2alert/node-samp-starter.git my-server
cd ./my-server
npm i
npm run compile
npm start
Installation and start in JavaScript:
git clone https://github.com/dev2alert/node-samp-javascript-starter.git my-server
cd ./my-server
npm i
npm start
Start in development mode:
npm run dev
- Getting started [RU]
- Configuration [RU]
- Command line interface (CLI) [RU]
- Examples [RU]
- Player commands [RU]
- Keyboard [RU]
- Dialogs [RU]
- Groups [RU]
- Context API [RU]
- AMX API [RU]