PlayerStartTaunt with third person camera in TTT mode also how to Sandbox mode has it? More or less this:
function GM:PlayerStartTaunt( ply, actid, length )
ply:Freeze( true )
timer.Simple(length,function() ply:Freeze(false) end)
end
I want the player to go to the third person when they are in the act and after they finish back to the first person, logical with the player stopped (frozen, locked, same as the above code). And there is also a way to block some act?
garrysmod/taunt_camera.lua at 394ae745df8f8f353ea33c8780f012fc00..
garrysmod/player_sandbox.lua at 394ae745df8f8f353ea33c8780f012fc..
Find on page "tauntcam" and you will find everything you need
Sorry, you need to Log In to post a reply to this thread.