17.06.2012, 14:26
pawn Код:
format(pInfo,sizeof(pInfo)," ~g~ Level Up! ~w~ Your now level: [%d]",pInfo[playerid][pLevel]);
You are defining A as "You are now level a" while A is obviously an integer, and therefor can not be formatted like this,