14.04.2010, 08:42
pawn Код:
new game_pt;
new string[32];
format(string,sizeof(string), "You have earned %d GP.", game_pt);
SendClientMessage(playerid, COLOR_GREEN, string);
Changed-
-new string[4]; to new string[32];
-new game_pt to new game_pt;
-%s to %d