05.11.2009, 20:25
Whats the difference between:
if(strcmp)cmd, "command, true) == 0)
AND
if(strcmp)cmdtext, "cmd", true, 10) == 0)
AND
if(strcmp)"/cmd", cmdtext, true) == 0)
etc etc, is there a difference? Functions?
if(strcmp)cmd, "command, true) == 0)
AND
if(strcmp)cmdtext, "cmd", true, 10) == 0)
AND
if(strcmp)"/cmd", cmdtext, true) == 0)
etc etc, is there a difference? Functions?