doesn't you have to do something like this
Code:
new arg1[32]
read_argv( 1, arg1, 32 )
new player = cmd_target( id, arg1, 5 )
give_item(player ,"item_leather")
you can change new player in new victim or something i think something like that will work
just an example i think something like that will work
__________________