Quote:
Originally Posted by PawnBegg
i Did like this but even if my rank for ex is Silver IV i got message like this [RANK] "NAME" has connected and he is "SILVER I" rank.
Code:
new szRank[32];
csgor_get_user_rank(id, szRank, charsmax(szRank));
client_print_color(0, print_chat, "^4[RANK ^3%s ^1has connected, and he is%s.", szRank);
What i did wrong? why in every connection print only SILVER I ?
|
Two fields with one string variable
client_print_color(0, print_chat, "^4[RANK ^3
%s ^1has connected, and he is
%s.",
szRank);
__________________