I would like to know how to create GUI by temporarily disabling the player and having the mouse appear on the screen (like the players camera is a terminal).
Thanks in advance!
You can do this by creating a user module. Its OnGui function is basically the same as a terminal's, except it draws to the screen directly. I believe there is a tutorial on how to make a custom module on the wiki.
(01-22-2017, 12:57 AM)Abion47 Wrote: [ -> ]You can do this by creating a user module. Its OnGui function is basically the same as a terminal's, except it draws to the screen directly. I believe there is a tutorial on how to make a custom module on the wiki.
I'll look into it, thanks for the answer!