It might look like a strange scripting help request
but what i am trying to do is divide the saytext by player character by character
Like we just hook test and print like
PHP Code:
format (strText, 191, "%s", message)
what i want is to print like | after each character of the message ..lol dont even have a clue how to do that.
2 things now.
1) Suppose i say hello
it should print in chat like |h|e|l|l|o|
2) Suppose i say "hey how are you"
it prints in chat like |hey |how |are |you
Anyone got ideas ?
__________________