toptional Posted November 21, 2012 Share Posted November 21, 2012 Hey guys! I wanna film some gameplay on my server while spectating players, but i dont want that whole Spectation GUI to show doing /showhud doesnt hide it BTW Link to comment
Mefisto_PL Posted November 21, 2012 Share Posted November 21, 2012 It is a race gamemode? Link to comment
toptional Posted November 21, 2012 Author Share Posted November 21, 2012 Nope its not Race its like DM but very different Link to comment
Mefisto_PL Posted November 21, 2012 Share Posted November 21, 2012 If in this is custom HUD you must create function for that . Link to comment
toptional Posted November 22, 2012 Author Share Posted November 22, 2012 If in this is custom HUD you must create function for that . No, im talking about when you use the admin panel and click spectate, i want to record some gameplay! How do i do that? Not the recording but removing the hud on the admin panel? Link to comment
Baseplate Posted November 22, 2012 Share Posted November 22, 2012 showPlayerHudComponent Link to comment
toptional Posted November 22, 2012 Author Share Posted November 22, 2012 Its not a HUD its like a GUI cuase its spectating from the admin Panel? Link to comment
Castillo Posted November 22, 2012 Share Posted November 22, 2012 He's talking about the interface of lil toady's spectator admin panel. You can add this: function aSpectator.CloseInterface ( ) if ( isElement ( aSpectator.Actions ) ) then guiSetVisible ( aSpectator.Actions, false ) end if ( isElement ( aSpectator.Players ) ) then guiSetVisible ( aSpectator.Players, false ) end if ( isElement ( aSpectator.Next ) ) then guiSetVisible ( aSpectator.Next, false ) end if ( isElement ( aSpectator.Prev ) ) then guiSetVisible ( aSpectator.Prev, false ) end showCursor ( false ) end to: "admin/client/gui/admin_spectator.lua" And then execute it however you want. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now