Just saw your post and that link. Do i have to place whole string, like:
pawn Код:
format(string,sizeof(string),"* You have earned a total of "GREEN"%s "WHITE"for completing the pizza boy job.",formatInt(PizzaBoyEarnings[playerid]+PizzaBoyTips[playerid]));
Or just the text inside to calculate it?
Just the text. Don't forget colors, like "{00FF00}" should be included in the calculation.