mirror of
https://github.com/CFC-Servers/cfc_ulx_commands.git
synced 2025-03-04 03:13:28 -05:00
parent
dfd4a7e1ed
commit
e9853a8c94
@ -36,8 +36,9 @@ end
|
||||
local function unball( ply )
|
||||
assert( ply:IsValid(), "Player is invalid: " .. tostring( ply ) )
|
||||
|
||||
local eyeAngles = ply:EyeAngles()
|
||||
local pos = ply:GetPos()
|
||||
local eyeAngles = ply:EyeAngles()
|
||||
eyeAngles.r = 0
|
||||
|
||||
ply:SetParent()
|
||||
ply:UnSpectate()
|
||||
|
Loading…
Reference in New Issue
Block a user