if(strfind(name, "[LOL]") != -1) // If it WAS found { strdel(name,0,4) // Deletes characters 0,1,2,3,4 // [ L O L ] SetPlayerName(playerid, name); }