Multilangual problem
I'm having some trouble inserting ml in a plugin.
I did this for client_print, but it doesn't work. Code:
client_print(id, print_chat, "%s %L", id, "MR_CONNECT_1", prefix);And i did this for hudmessages, and this works fine. Code:
formatex(powername[id], 99, "%L", id, "MR_POWER_NONE");Code:
MR_CONNECT_1 = This server is running Super Mario Mod by Drekes. |
Re: Multilangual problem
client_print(id, print_chat, "%s %L", id, "prefix", id, "MR_CONNECT_1");
|
Re: Multilangual problem
Quote:
And do i have to add the "" on prefix to? It's not a multilang thing. It's like this: PHP Code:
|
Re: Multilangual problem
I did
PHP Code:
|
| All times are GMT -4. The time now is 07:05. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.