25.03.2013, 19:41
Attempt this:
pawn Код:
// change
new displaypercentage[MAX_PLAYERS];
// to
new Float:displaypercentage[MAX_PLAYERS];
// Also, do this:
format(string,sizeof(string),"Exp: %f", displaypercentage[playerid]);