23.01.2014, 10:53
Thank you guy, an other problem solved !
My last problem is to set value of "Bannis" to 1 when I ban an ID.
So I tried to do like the Reason, I tried this:
format(pInfo[id][Bannis], 128, 1);
format(pInfo[id][Bannis], 128, "1");
But with a printf I always have "49" instead of 1.
Any idea to solve this ?
Thank you !
My last problem is to set value of "Bannis" to 1 when I ban an ID.
So I tried to do like the Reason, I tried this:
format(pInfo[id][Bannis], 128, 1);
format(pInfo[id][Bannis], 128, "1");
But with a printf I always have "49" instead of 1.
Any idea to solve this ?
Thank you !

