[code]pl:GetInfoNum("cl_yawspeed", 0)[/code]
Will always return 0 when run on the server, but
[code]LocalPlayer():GetInfoNum("cl_yawspeed", 0)[/code]
Works perfectly on the client.
Can this server function only be run on the client? O.o
Am I doing something wrong?
cl_yawspeed is not a part of the console variables that get sent to the server, so there is no proper way of getting it serverside without using console commands and user messages to retrieve it from the client.
Sorry, you need to Log In to post a reply to this thread.