Quote:
Originally Posted by iceeedr
PHP Code:
new TranslatedMessage[164] formatex(TranslatedMessage, charsmax(TranslatedMessage), "%L", LANG_PLAYER, "yourmessagename", szUserName , szAuthID)
|
Perhaps you should read a little bit more closely, you did exactly what you can't do: You can't use LANG_PLAYER with format() or formatex(). You can only use it with client_print() (there might be some others but they have to print directly to the player).
So, in your case,
Quote:
Originally Posted by OciXCrom
You would use the player's index instead of LANG_PLAYER.
|
__________________