Errors can I get a hand?
#6

Код:
error 037: invalid string (possibly non-terminated string)
pawn Код:
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]);
You missed out a " before pName to terminate the string.
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: 1 Guest(s)