Mysql: Prolem with listing rows in the database
#2

The string named 'string' is just re-writing over itself over and over.

pawn Код:
format(string,sizeof(string),"(id) Name: %s - Reason: %s\n",RequestedBy,Reason);
Is meant to be
pawn Код:
format(string,sizeof(string),"%s(id) Name: %s - Reason: %s\n",string,RequestedBy,Reason);
.
Reply


Messages In This Thread
Mysql: Prolem with listing rows in the database - by zT KiNgKoNg - 27.08.2013, 22:37
Re: Mysql: Prolem with listing rows in the database - by [HiC]TheKiller - 28.08.2013, 06:18

Forum Jump:


Users browsing this thread: 1 Guest(s)