new arg1[33], arg2[33], arg3[33];
read_argv(1, arg1, 32);
read_argv(2, arg2, 32);
read_argv(3, arg3, 32);
new target =cmd_target(id, arg1, 0);
new damage =str_to_num(arg2);
new times =str_to_num(arg3);
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116
I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.