A simple UI library providing a centered text element for messages to prompt the player to perform an action, hence "action" text.
Simply install to your project:
sampctl package install ScavengeSurvive/action-text
Include in your code and begin using the library:
#include <action-text>
To test, simply run the package:
sampctl package run
Then connect to localhost:7777
.
Trigger OnPlayerKeyStateChange
to show a demo.