
02-28-2004, 04:23 AM
|
Banned
|
Join Date: Jan 2004
Posts: 434
|
|
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. |
|
|