PDA

View Full Version : Player name (in crosshair)


Fean0r
05-02-2004, 13:04
I'm currently using this event

register_event("StatusValue","spec_event","be","1=2")

To get the name of the player in your cross hair, is there an easier way to get it?

Say I run command amx_test I want the code to get the name of the user in your crosshair at that time (if any).

Thanks

AssKicR
05-02-2004, 14:41
get_user_aiming :)

Fean0r
05-02-2004, 15:45
Thanks, I knew there would be a much easier way! I'll go test it now :)

Fean0r
05-02-2004, 16:08
Perfect :)