I am using cl_righthand 1 in cs, but one of my custom models is at left when my settings is at 1, when I put cl_righthand to 0, then it is in my right hands. So I thought about using client_cmd each time, but then I also thought first it is slowhacking, 2. there are people which play with left hands. I don't know if that is possible with query_client_cvar, I would like to see an example, currently I have cl_righthand at spawn:
PHP Code:
if...
{
client_cmd(id, "cl_righthand 0")
}
else...
{
client_cmd(id, "cl_righthand 1")
}