Raised This Month: $ Target: $400
 0% 

Hud Message lang ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
CHE4TER
Member
Join Date: Jul 2013
Location: Portugal
Old 10-29-2015 , 10:38   Re: Hud Message lang ?
Reply With Quote #1

Quote:
Originally Posted by abdobiskra View Post
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(25500, -1.00.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
CHE4TER is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:50.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode