Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 581 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 581 Bytes

action-text

A simple UI library providing a centered text element for messages to prompt the player to perform an action, hence "action" text.

https://i.imgur.com/Z1RRsCc.png

Installation

Simply install to your project:

sampctl package install ScavengeSurvive/action-text

Include in your code and begin using the library:

#include <action-text>

Testing

To test, simply run the package:

sampctl package run

Then connect to localhost:7777.

Trigger OnPlayerKeyStateChange to show a demo.