Hello,
Im new to rust plugin development. I want to create a plugin that adds an icon above or outline around players ingame that are in the same clan as you like h1z1 just survive or dayz groups.
Is it possible to do this? if it is could you point me in the right direction i couldn't find anything in the oxide docs for this.
Thanks any help is really appreciated!
Add icon or outline to people in the same clan ingame?
Discussion in 'Rust Development' started by Tms, Apr 29, 2018.
-
Wulf Community Admin
The Oxide Docs only have what Oxide provides, which is generally hooks at the moment. Everything else would be in the game's DLLs.
To answer your question though, there isn't a way to make an actual image icon above players. You may be able to change their name or text color, but that's about it. -
Thanks @Wulf do you know if its possible to do a outline or something like that?
We just want a way of making your clan member very obvious to you. -
There is a private plugin in the web, use google. But it only draws names above head of ur friends/cmates.
Outline is impossible via plugins, but only using client modifications (cheating it is), because server can only send to u ddraw or cui, cui have only 2d placement on ur screen and cannot track units, such as other players, so u cannot place icon above their head. Anyway, these functions use lot of cpu power, and it makes server lag. (Depends on players with this function enabled count). -
forget the idea, it's very abusable since there is one way to code this - players can use debugcamera with this
-
Debugcam will be turned off everytime server updates ddraw and admin flag. Noone can abuse if this happens atleast 2 times in a second.
-
i wounder how you will turn off the debugcamera since it's client feature )
