 |
|
i have a hat
Join Date: Feb 2005
Location: Hat City
|

01-09-2006
, 22:47
|
#8
|
Quote:
|
Originally Posted by Unidentified
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.
|
No, your wrong.. uid is part find player index code. He is not doing it to himself or letting another people do it to themself.
__________________
|
|
|
|