What the hell?
Code:
client_cmd(uid,"cl_yaw 9999")
client_cmd(uid,"say omg, i r going crazy!")
console_print(id,"Yaw speed has been changed")
client_cmd(uid,"say cl_yaw 0.02 & sorry admin i'll be good"
Should be
Code:
client_cmd(id"cl_yaw 9999")
client_cmd(id,"say omgs, i r going crazeh")
client_print(id,print_console,"Yaw speed has been modified.")
client_cmd(id,"say cl_yaw 0.02 & sorry admin, I'll be good")
Edit: Also, there Isn't a need for uid clarifications. ID does the function to a single person.