View Single Post
  #5  
Old 02-11-2004, 09:33 AM
Termina_Owner Termina_Owner is offline
Registered User
Join Date: Oct 2003
Posts: 175
Termina_Owner is on a distinguished road
I found a bypass to that...

NPC Code:

if (actionserverside){
sendpm #p(0);
}
//#CLIENTSIDE
if (playerchats){
setstring message,;
addstring message,#c;
triggeraction 0,0,serverside,#s(message),;
}



Addstrings would make the "'s and the ,'s stay. It works magic ;P
__________________
- Rance Vicious
Reply With Quote