PHP Code:
get_user_name(id, szName, charsmax(szName))
should be
PHP Code:
get_user_name(target, szName, charsmax(szName))
and if it's not working, try this:
PHP Code:
new target = read_data(2)
=
PHP Code:
new target, body
get_user_aiming(id, target, body)
And don't forget to check if is_user_alive.