Quote:
Originally Posted by One
code? & u can test ur functions if they works by printing a text. example:
if(player aims on xxx)
client_print(id,print_chat,"ok this function works")
|
I did & not work.
Code of touch:
PHP Code:
new body
get_user_aiming(toucher, touched, body)
new classname[32]
pev(touched, pev_classname, classname, sizeof(classname)-1)
if (equali(classname, entclas))
{
client_print(toucher, print_chat, "Aiming :D")
}
__________________