I am working on a set of plugins that will have a commands like
but I need a way to make non-global notification that player really typed that commands and it's not fake. It can be either a chat message in range of distance between me and enemy, or some drawings over his headCode:/dropweapons or /dw /dropclothes or /dc /freeze or /f /unfreeze or /uf
Any ideas? Can I try pure Unity engine for this?
Draw text over player's head?
Discussion in 'Rust Development' started by Płomyk, Feb 23, 2016.
-
I think you can use DDraw to draw text
Last edited by a moderator: Feb 23, 2016 -
I did and it works, but I don't know how to make simple background for the text which makes it heavy o read from bigger distance (but still small)
I am digging now in dissasembled libs searching for luck
