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.
|
setstring client.happy,#s(client.happy)#K(32);