11.08.2011, 00:28
dini_Get them into vars, and then format() it and place the vars accordingly, like:
pawn Code:
GetPlayerName(playerid, name, 24);
format(string, sizeof string, "Stats: [%s] Level: %d | Score: %d | Cash: %d |",name,Level[playerid],GetPlayerScore(playerid), GetPlayerMoney(playerid));
SendClientMessage(playerid, -1, string);