Use tempid, not id.
Also, this is not how you use Multi-language.
PHP Code:
client_print(tempid, print_chat, "%L", LANG_PLAYER, "MINI-ACE WAS REGISTERED!")
->
PHP Code:
client_print(tempid, print_chat, "%L", LANG_PLAYER, "MINI_ACE_MADE")
Then in your multi-language file.
Quote:
[en]
MINI_ACE_MADE = "You made a mini-ace."
|
__________________