
Code: Select all
#include <amxmodx> #define PLUGIN "Hud Server Info"#define VERSION "0.1"#define AUTHOR "amxmodx.lt" public plugin_init(){ register_plugin(PLUGIN, VERSION, AUTHOR); register_dictionary("test.txt"); set_task(1.0, "ShowServerInfo", .flags="b"); } public ShowServerInfo(){ set_hudmessage(0, 255, 0, 0.14, 0.01, 0, 1.1, 1.1, 0.1, 0.1) show_hudmessage(0, "%L", 0, "INFORMACIJOS_TEKSTAS");}
Code: Select all
[en] INFORMACIJOS_TEKSTAS = Defrost your friend! Move closer and hold E [ru]INFORMACIJOS_TEKSTAS = Разморозьте вашего товарища! Подойдите поближе и зажмите E [lt]INFORMACIJOS_TEKSTAS = Atitirpinti savo drauga! Ateikite arciau ir palaikykite E
Code: Select all
show_dhudmessage(0, "%L" ,LANG_PLAYER, "INFORMACIJOS_TEKSTAS");
