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..
