 |
|
AMX Mod X Plugin Approver
|

08-15-2010
, 13:33
Re: Dictionary
|
#2
|
You have to use %L while formating your text.
Example :
- client_print( id, print_chat, "%L", id, "NAME_GRAVITY" );
- client_print( 0, print_chat, "%L", LANG_PLAYER, "NAME_GRAVITY" );
Use the player's index or if 0 ( for all players ), use LANG_PLAYER.
__________________
|
|
|
|