World space GUI?
Hey
I m looking for some code ref or exmaple code for having text in the world space. I belive there called world space gui. Any one point me in the right direction?
No, it's not called worldspace gui.
It is called debugDraw and only visible to players with admin flag set. Take a look at admin radar plugin, it has a lot of usage of this.
thanks a lot! will take a look now

Merged post

Hi i had a look at it. And managed to replicate a testing exmaple. How can i make it visable to normal players tho? I have not tried anything yet just was wondering if you had any ideas?
Thanks Cameron
Normal players can't use it, as they will get kicked if not admin. You can flag them as admin temporarily to send it, but that's risky as they could potentially use admin functionality during that period.
How is is it some serer have it then. Do they risk it?
Yes, they would flag the player as admin.
Im guessings its like a millisecond where if a command is sent then it would go of right?
It depends on how long you have the player flagged as admin.
ok. Is setting developer still a viable option?

Merged post

Did couple tests. on the time it takes to run set developer, draw line and then disable developer. 
00:00:00.0000845 time it takes

Merged post

cant figure it out. Any one does give me a shout :P
What's the issue?
Im setting the flag. But i  dont think the network update is going threw or its taking too long and so it runs the draw command before the flag update has been set. If i add some timers it works but only sometimes so im pritty sure its to do with the network update. Im reading this post and im going to give it a go. I see that you commented on this. I think this is the way to do it apart from the last comment says to not run it like this! So im not so sure
https://oxidemod.org/threads/ddraw-text-not-working-after-rust-update.23473/page-3

Merged post

Ive got it working. I didnt know how to force network updates. Now i do :P. Thanks!