Quote:
Originally Posted by abdobiskra
Is there no way to change the language Hud Message UTF-8 !
|
PHP Code:
#include <amxmodx>
public plugin_init()
{
register_clcmd("say /hud", "hud")
register_dictionary("hud.txt")
}
public hud(id)
{
set_hudmessage(255, 0, 0, -1.0, 0.01)
show_hudmessage(id, "%L", id, "TEST_MSG")
}
hud.txt (addons\amxmodx\data\lang)
Code:
[en]
TEST_MSG = Hello World!
I use Notepad++ for saving in UTF-8 without BOM