View Single Post
  #3  
Old 02-28-2004, 11:02 AM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Re: White space after string

Quote:
Originally posted by Gman4pwnu
Im makin a script where letters show on screen soon as u type. if
if (keypressed){
if (strequals(#p(0),32)){
setstring client.happy,#s(client.happy) ;
}
}

the space doesn't add at teh end =\
help?

How do I add a whitespace after a string.
To add onto a string you add a comma':
setstring this.wan,dfdg,dgsdg,sdgsdg,dsgg;
But i'm sure you knew that..
__________________
V$:CONFL16T
Reply With Quote