concommand.Add("2",function() local skid=LocalPlayer():GetEyeTrace().entity net.Start("usec_paid_door") net.WriteEntity(skid) net.WriteBool(true) net.SendToServer() end)
Loading Info...