Quote:
Originally posted by KJS
the function
chr(ascii code)
and
#chr(ascii code) (for like messages and stuff)
and it will give you the letter... it would be good for signs and stuff if you want to do something like
setplayerprop #c,This is a test; A very good test;
it wouldn't work....
so like that is were chr could go in place like
setplayerprop #c,this is a test#chr(59) A very good test;
|
You can do #K(Ascii code) for that.