When doing this serverside:
NPC Code:
if (pm) {
setstring temp,Auto-Reply:;
for (i=0; i<paramscount; i++)
setstring temp,#s(temp)#b#p(i);
sendpm #s(temp);
setstring temp,;
}
You are getting this result:
Quote:
|
Auto-Reply:#bfirst line#bsecond line#bend
|
(I already sent Stefan a forum PM about this, but I didn't get an answer)