
A plugin that allows you to write graffiti on the entire map. The player does not need to download anything, no textures, etc. Also, the labels are dynamic and can display, for example, how many players are on the server, which map, etc. The labels can be saved.
Possible dynamic dаta:
{
MAP} - current map
{TIME} - time
{TIME24} - time in 24 format
{DATE} - date
{TIMELEFT} - time until the end of kata
{PLAYERS} - how many players are on the server
{MAXPLAYERS} - maximum number of players on the server
{CVAR:} - data about a variable. For example, if you want to inform the players that the server is sv_gravity 800, then you need to write it as: $ {CVAR: sv_gravity}
Setting:
For each label, you need to create a text file in the worldtexts folder (there are examples in the archive with the plugin). An example of the inscription that is in the screenshot (completely red):
rgb = 255 10 10
size = 5 "Testing world text"
"Map: $ {MAP}" "Time 12: $ {TIME}"
"Time 24: $ {TIME24}"
"Date: $ {DATE}" "Timeleft: $ {TIMELEFT}"
"PLAYERS: $ {PLAYERS} / $ {MAXPLAYERS}"
"NEXTMAP: $ {CVAR: sm_nextmap}"
"GRAVITY: $ {CVAR: sv_gravity}"
To open the menu for managing inscriptions in the game, the administrator needs to register:
! Wtmenu