hello!
one of the few new features of the v6 client is that you can set an emoticon image of your player like as follows:
PHP Code:
showemoticon("filename");
however it seems that this always only lasts a temporary amount of time, could there possibly be a parameter or new function added to show an emoticon until a key is pressed just like default emoticons?
something like this -
PHP Code:
showemoticon("filename", true);
or
PHP Code:
showemoticon2("filename");
thank you!