26.12.2011, 21:02
Try this
The problem is most likely in the \ symbols
pawn Code:
format(stats, sizeof(stats), "Kills: %i\n\Deaths: %i\n\Money: %i$\n\Your IP: %s\n\Your Country: %s", GetPlayerScore(playerid), deaths[playerid], GetPlayerMoney(playerid),IP,GetPlayerCountryName(playerid));