21.01.2013, 16:21
Of course it won't.
You defined targetid, but didn't give it any value. So targetid contains junk, and when you perform the command on it nothing happens because it's not a valid player ID.
Use sscanf for commands with parameters.
You defined targetid, but didn't give it any value. So targetid contains junk, and when you perform the command on it nothing happens because it's not a valid player ID.
Use sscanf for commands with parameters.