View Single Post
  #1  
Old 02-28-2004, 04:23 AM
Gman4pwnu Gman4pwnu is offline
Banned
Join Date: Jan 2004
Posts: 434
Gman4pwnu is on a distinguished road
Send a message via AIM to Gman4pwnu
White space after string

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.
Reply With Quote