dcmd_secretthing(playerid, params[]){ new result[32]; if(sscanf(params, "s[32]", result)) return SendClientMessage(playerid, COLOR_GRAD2, "Wrong password."); if(passwordcorrect) { ... return 1;}