22.01.2015, 17:41
Quote:
|
At ZCMD:
params is everything that you types after "/help ". At normal cmds: strcmp compares 2 strings. The 2 firsts args are strings. In the case what the player typed (cmdtext) and the "/help" string. True is a boolean, that points if ignore the case sensitive, or not. If strcmp returns 0 the strings match. |
What can you do with the params of ZCMD?


