new pName[24], str[MAX_PLAYER_NAME + 7];GetPlayerName(id, pName, sizeof(pName));format(str, sizeof(str), "[Admin]%s", pName);SetPlayerName(id, str);