02.03.2017, 21:49
Hi guys. Is there a way to combine 2 commands into one with zcmd?
I mean something like this:
but using ZCMD so CMD:...
thx in advanced
I mean something like this:
Код:
if(strcmp(cmd, "/st", true) == 0 || strcmp(cmd, "/something", true) == 0)
thx in advanced