A very simple omp server template that based on samp-node and uses the library @infernus/core
# if you are using the x86 version of samp-node
export npm_config_arch=ia32
export npm_config_target_arch=ia32
# powershell env
# $env:npm_config_arch="ia32";
# $env:npm_config_target_arch="ia32";
# cmd env
# set npm_config_arch=ia32
# set npm_config_target_arch=ia32
pnpm dlx @infernus/create-app@latest install
pnpm install --dev # ensure node-gyp install first
pnpm install
pnpm build
pnpm serve- Why does crash the first time you run it?
samp-nodeplugin should be executed after other plugins, seeconfig.json -> pawn.legacy_plugins
MIT License © 2022-PRESENT Carl You