View Single Post
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 02-22-2020 , 12:59   Re: KickClient Message translation
Reply With Quote #3

1. Use KickClient instead of KickClientEx.
2. Use %T instead of %t in Format functions for translations.

Example:
PHP Code:
    char Message[64];
    
FormatEx(Messagesizeof(Message), "%T""WarningTest"client);
    
KickClientEx(clientMessage); 
__________________
Ilusion9 is offline