Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 611 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 611 Bytes

test-boilerplate-items

Package for testing item modules, contains a few pre-made item types:

  • Medkit
  • Sign
  • Screwdriver
  • MobilePhone
  • Bottle
  • Backpack
  • Bucket
  • GasMask
  • Bandage
  • Wrench
  • Crowbar
  • Hammer
  • Shield
  • HelmArmy

Installation

Simply install to your project:

sampctl package install ScavengeSurvive/test-boilerplate-items

Include in your code and begin using the library:

#include <test-boilerplate-items>

Testing

To test, simply run the package:

sampctl package run

And connect to localhost:7777 to test.