Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 527 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 527 Bytes

personal-space.inc

A simple library providing an API for player-to-player interactions such as checking which players are stood near each other and detecting who approached who.

Installation

Simply install to your project:

sampctl package install ScavengeSurvive/personal-space

Include in your code and begin using the library:

#include <personal-space>

Testing

To test, simply run the package:

sampctl package run

And connect to localhost:7777 with two players to test.