29.05.2013, 10:55
Okay, so I am converting radio command(/r) from strcmp to zcmd. All works perfectly exept "format" thingy:
It wont display rank in radio chat. GetPlayerRank(playerid) is a stock I use to get player's rank. But when i type it, it only shows this In game:
Example:
As you can notice it leaves a blank place. it worked in strcmp. I also tried replacing stock's place in Gamemode, still not working.
PHP код:
format(string, sizeof(string), "** %s %s: %s, over. **", GetPlayerRank(playerid),PlayerName(playerid), params);
Example:
PHP код:
** Vildan Crowley: smthing ,over.**