Quote:
Originally Posted by devilicioux
Where am i wrong Yami .. Please explain me how that worked ?
|
LANG_PLAYER is only supposed to be used if you are sending the message to everyone at one, such as
Code:
show_hudmessage(0, "%L", LANG_PLAYER, "MSG_BANK", bank[id])
If you are only sending to 1 user, use their index
This
Code:
show_hudmessage(id, szText)
works just fine, there is no reason to format it and force additional native calls when it is not needed
__________________