Thread: #b (serverside)
View Single Post
  #1  
Old 11-13-2002, 11:18 PM
Com013 Com013 is offline
Registered User
Join Date: Aug 2002
Location: GMT+1
Posts: 381
Com013 is on a distinguished road
#b (serverside)

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)
__________________
Com013
Former Admin of the LAT on Graal The Adventure

e-mail: [email protected]
Reply With Quote