0.3.1 • Published 9 years ago

ppg v0.3.1

Weekly downloads
3
License
MITNFA
Repository
github
Last release
9 years ago

ppg - Pawn Playground

SA-MP scripting playground.

Demo

Demo available here: http://slice-vps.nl:7070/

Installing

Windows

Not supported yet.

Linux / Unix

  1. Install Node.js.
  2. Clone this repo and run install.sh.
  3. Put pawncc in node_modules/samp-server/bin/pawncc/. Get it here.
  4. Run lib/ppg.js.

OS X

  1. Install Node.js.
  2. Install Wine.
  3. Install winetricks.
  4. Run winetricks vcrun2005 vcrun2010 to install the necessary runtimes.
  5. Clone this repo and run install.sh.
  6. Put pawncc in node_modules/samp-server/bin/pawncc/. Get it here.
  7. Run lib/ppg.js.