10.04.2012, 21:28
What do you mean having a global string to use for all formats?
If that yes.
Example:
If that yes.
Example:
pawn Code:
new string[128];
new money = GetPlayerMoney(playerid);
format(string,sizeof(string), "Money = %d.",money);
new score = GetPlayerScore(playerid);
format(string,sizeof(string), "Score = %d.",score);