Errors can I get a hand?
#1

Код:
(2108) : error 037: invalid string (possibly non-terminated string)
(2108) : error 017: undefined symbol "d"
(2108) : error 029: invalid expression, assumed zero
(2108) : fatal error 107: too many error messages on one line
Here is the line with the problem
Код:
pName,
Here is the whole code that its having the problem with.
Код:
public ShowStats(playerid,targetid)
{
	new string[250],pName[MAX_PLAYER_NAME];
	GetPlayerName(playerid,pName,sizeof(pName));
	format(string,sizeof(string),""embed_blue"%s "embed_white"stats\n\
                                "embed_blue"Money:"embed_white"$%d\n\
                                "embed_blue"Admin Level:"embed_white"%d\n\
                                pName,
                                pInfo[playerid][pMoney],
								pInfo[playerid][AdminLevel],
	ShowPlayerDialog(playerid,1234,DIALOG_STYLE_MSGBOX,""embed_white"Stats",string,"Ok","");
	return 1;
}
Reply


Messages In This Thread
Errors can I get a hand? - by kujox222 - 16.06.2012, 23:52
Re: Errors can I get a hand? - by Face9000 - 16.06.2012, 23:56
Re: Errors can I get a hand? - by kujox222 - 17.06.2012, 00:13
Re: Errors can I get a hand? - by Face9000 - 17.06.2012, 00:14
Re: Errors can I get a hand? - by kujox222 - 17.06.2012, 00:19
Re: Errors can I get a hand? - by Ray0 - 17.06.2012, 00:35
Re: Errors can I get a hand? - by kujox222 - 17.06.2012, 00:57

Forum Jump:


Users browsing this thread: 2 Guest(s)