05.12.2014, 09:50
Quote:
He's asking if you're using YCMD, ZCMD, OnPlayerCommand etcetera.
|
Open your game mode file which is located in "gamemodes" folder and then look at the first few lines where written "#include" and look for "zcmd" or "y_commands" if both do not present then click CTRL + F and type dcmd, if neither exist, then go to the callback named "OnPlayerCommandText" and look for strcmp, if it present then you're processing commands using strcmp.