Achievement point crash.
#4

pawn Код:
new game_pt;
new string[32];
format(string,sizeof(string), "You have earned %d GP.", game_pt);
SendClientMessage(playerid, COLOR_GREEN, string);
Should work!

Changed-

-new string[4]; to new string[32];
-new game_pt to new game_pt;
-%s to %d

Reply


Messages In This Thread
Achievement point crash. - by VizAida - 14.04.2010, 06:42
Re: Achievement point crash. - by RichyB - 14.04.2010, 08:34
Re: Achievement point crash. - by Correlli - 14.04.2010, 08:38
Re: Achievement point crash. - by Thrarod - 14.04.2010, 08:42
Re: Achievement point crash. - by RichyB - 14.04.2010, 08:43
Re: Achievement point crash. - by Thrarod - 14.04.2010, 08:50
Re: Achievement point crash. - by VizAida - 15.04.2010, 03:26
Re: Achievement point crash. - by cessil - 15.04.2010, 03:42

Forum Jump:


Users browsing this thread: 1 Guest(s)