10.04.2012, 21:25
it's possible use one string for all format ecc ? is a good idea or not ?
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);