%L
can someone explain, the %L used like in client_print(). I am not sure what it is could someone explain what it is, and how to use it, and why to use it ect.
|
Re: %L
You must create a txt file in "amxmodx\data\lang" with translations, formatted like this:
Code:
[en]Code:
register_dictionary("your_file.txt")Code:
new text[64]Code:
#define LANG_SERVER 0 |
Re: %L
then you could do, client_print(id, print_chat, text); interesting, are the [en], [de] ect. headers hardcoded? meaning does it have to be [en] or can i say [english]? And if hardcoded can I find a list of all of them?
|
Re: %L
|
Re: %L
thanx
|
| All times are GMT -4. The time now is 21:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.