07.09.2017, 19:19
TogglePlayerSpectating();
This hides the whole HUD for a player, but disables key states.
SpawnPlayer();
TogglePlayerControllable();
SetCameraPos();
You can spawn the player and that will force the player to hide the spawn buttons.
SetPlayerDrunkLevel();
Check it's Wiki, it can hide the GUI and HUD on a high level.
This hides the whole HUD for a player, but disables key states.
SpawnPlayer();
TogglePlayerControllable();
SetCameraPos();
You can spawn the player and that will force the player to hide the spawn buttons.
SetPlayerDrunkLevel();
Check it's Wiki, it can hide the GUI and HUD on a high level.