how to check a client command?
example..
i want to know player have or haven't a command call "Apple"
now..i put this in my code..
PHP Code:
client_cmd(id,Apple)
then
Check PlayerA , PlayerA doesn't have the command, so he get "Unknow Command" in the console //true
Check PlayerB , PlayerB has the command,but it is nothing in the value <Apple ""> //false
Check PlayerC , PlayerC has the command, and the value is<Apple "Orange">//false
how can i get true or false?
sorry for my very very poor english..