01.05.2015, 05:29
use zcmd instead of strcmp
replace all your strcmp code with zcmd
for the helpers here,
looking at the screen you get the unknown command thing that is made under onplayercommandperformed, and he either uses strcmp for some of his commands or any other cmd processor, when commandperformed only recognizes zcmd
replace all your strcmp code with zcmd
for the helpers here,
looking at the screen you get the unknown command thing that is made under onplayercommandperformed, and he either uses strcmp for some of his commands or any other cmd processor, when commandperformed only recognizes zcmd