CornerPin

Results 18 comments of CornerPin

You can replace `Vector(0,0,0)` with `vector_origin` so it doesn't have to create a new `Vector` every time a ray needs to be traced.

Should I change the use of [hook.Run](http://wiki.garrysmod.com/page/hook/Run) to [hook.Call](http://wiki.garrysmod.com/page/hook/Call)?

It happens randomly, sometimes you have to play for 5 minutes, sometimes it takes several hours before it gets stuck. People on the server need to actively use voice chat...

> Also it's completely visual if I recall correctly. Voice still transmits normally but the indicator box just always shows and you can't get it to go away. It's not...

You are assuming that keys are always either numbers or strings, the concatenation will throw an error with other key types.

What is the point of having `GetAdd`, `GetSub`, `GetMul` and `GetDiv` when we already have `__add`, `__sub`, `__mul` and `__div`? The special metamethods do the same things and must be...

The missing entities are outside of the client's [PVS](https://developer.valvesoftware.com/wiki/PVS), this is a Source Engine optimization technique that doesn't network some entities to the clients if they can't possibly be seen....

Was this fixed? I seem to be able to use luasocket functions in coroutines just fine.

I suppose the issue is the background being rendered. Here I adjusted the contrast to make it more visible. Linux: ![image](https://user-images.githubusercontent.com/7669876/62222849-b5fd2300-b3bc-11e9-94f6-92bd0bb8417c.png) Windows: ![image](https://user-images.githubusercontent.com/7669876/62222853-b85f7d00-b3bc-11e9-8ea6-0b99b1d9401a.png)