I think i got a problem though. After the second argv, the player is supposed to type a description, which most likely will have spaces. I think will only get the first word of the description with read_argv 2?
An example usage:
/report Player He was cheating!
And the "Player" should be put in my szName variable, and the "He was cheating" in String variable
If i would use read_argv, i would just get the player name, and "He" as the string?.. Or does it take ALL of the text if i don't have a read_argv(3) ?