I collect the following information in public spec_target(id) - basically I get the information on a person I'm looking at..
Code:
new targetid[40],targetname[32], nid = read_data(2)
get_user_authid(nid,targetid,39)
get_user_name(nid,targetname,31)
Then I have a display to ensure i get the info (which it does)
Now I run another function public amx_testing(id)
My question is how can reference the targertname here?
Thanks[/small]
__________________