ppg
v0.3.1
Published
SA-MP scripting playground
Downloads
3
Readme
ppg - Pawn Playground
SA-MP scripting playground.
Demo
Demo available here: http://slice-vps.nl:7070/
Installing
Windows
Not supported yet.
Linux / Unix
- Install Node.js.
- Clone this repo and run
install.sh
. - Put
pawncc
innode_modules/samp-server/bin/pawncc/
. Get it here. - Run
lib/ppg.js
.
OS X
- Install Node.js.
- Install Wine.
- Install winetricks.
- Run
winetricks vcrun2005 vcrun2010
to install the necessary runtimes. - Clone this repo and run
install.sh
. - Put
pawncc
innode_modules/samp-server/bin/pawncc/
. Get it here. - Run
lib/ppg.js
.