1:
I made a function to print players name, but seem not to work...
Code:
public ETCmsg() {
client_print(0, print_chat, "%d has joined the server", LANG_PLAYER);
}
And when it comes to writing the etcmsg it kicks me outta server and post following in console:
Quote:
|
Host_Error: WriteDest_Parm: not a clien
|
How to make it write:
Playername has joined the server.
2:
Multi languaging...
Code:
client_print(0, print_chat, "%L is nice.", "MSG_CAR");
Thats just ex, but it doesnt print anything, just writes
I have added
Quote:
|
register_dictionary("testml.txt");
|
In it i wrote
Still doesnt print a thing except MSG_CAR is nice...
So help will be appreciated very much.