public OnPlayerText(playerid, text[]){ if(strval(text) == defusecode) { //IT'S THE SAME } else { //IT'S NOT THE SAME } return 1;}