Problem with this
#2

Because you incorrectly formatted the string. You set your 'currank' string to format as an integer (%d), which is incorrect. Strings are to be formatted using the '%s' placeholder. Replace your 'format' statement with this code:

pawn Код:
format(string, sizeof(string), "** Chief %s %s #%d: %s, over. **", str,currank,PlayerInfo[playerid][pBadgeNumber], result);
Reply


Messages In This Thread
Problem with this - by EdeniaGaming - 13.07.2011, 19:30
Re: Problem with this - by Calgon - 13.07.2011, 19:43
Re: Problem with this - by sleepysnowflake - 13.07.2011, 19:44

Forum Jump:


Users browsing this thread: 2 Guest(s)