Quote:
Originally Posted by nikhilgupta345
And what exactly is the modified version of cmd_target?
|
You have to modify it to work as you want it. You can get the code from amxmisc.inc and rename the function and modify it to work how you want it to work.
I think you can just remove this line for your own version of it:
Code:
player = find_player("k",str_to_num(arg[1]));
__________________