public OnPlayerCommandText(playerid, cmdtext[]){ if(strcmp(cmdtext, "/lol", true) == 0) { fightstyle[playerid] = 3; return 1; } return 1;}